About 167,000 results
Open links in new tab
  1. Hexagon grid coordinate system - Mathematics Stack Exchange

    Apr 27, 2017 · The normal way we imagine bricks (stretcher bond) has the same relationship as a hex-grid. Recognising that bricks on every other row have a horizontal offset, we count (along …

  2. Hexagonal Grid from Cube - Mathematics Stack Exchange

    Sep 28, 2018 · It's fairly well-known that an intersection with the integer cube grid (i.e., the vertices of the grid are in Z3 Z 3) with the plane u − v + w = 0 u v + w = 0 creates a hexagonal …

  3. geometry - Calculating distance in a hexagonal grid map

    Jul 15, 2012 · 2 Personally, I've just used a piece of string. The hex grid is (typically) 1 inch. Characters can go wherever they want, as long as the distance is less than their movement. …

  4. Calculation of Hexagon Coordinates given row and column?

    3 I have the following example image of my hexagon "grid": Each Hexagon has a column and row. The coordinate system I am choosing for my hex layout is an X,Y coordinate system, with the …

  5. Determining hexes intersected by a line between two hexes on a …

    Given two hexes within a hex grid of tiles, is it possible to determine all the hexes which are intersected by a line draw from the centre of first hex to the centre of the second if you are only …

  6. Creating hexagonal grid (hexagonal grid graph)

    Oct 8, 2020 · Is there a function that can create hexagonal grid? We have square grid graph, where we can specify m*n dimensions: GridGraph[{m, n}] We have triangular grid graph …

  7. 2D DFT of Hexagonally Sampled Grid - Mathematics Stack Exchange

    Is there a good way to perform a 2D FFT of discrete data on a hexagonally sampled grid? The best method I've got so far involves oversampling the hex grid to a rectangular grid, and …

  8. combinatorics - Circle-to-circle contacts on a hexagonal grid ...

    Apr 13, 2021 · In OEIS sequences A047932 and A263135, coins are placed in a "spiral" on the faces or vertices of a hexagonal grid respectively, and the number of …

  9. geometry - Pick's Theorem on a triangular (or hex) grid

    Pick's theorem says that given a square grid consisting of all points in the plane with integer coordinates, and a polygon without holes and non selt-intersecting whose vertices are grid …

  10. combinations - How to map cubic pixels to a 2d grid maintaining ...

    Jul 21, 2022 · Assuming I like that, how do I then map each of those cubic coordinates onto a 2d grid? The other inspiration for this is the game I Love Hue Too, specifically this gameboard: …