Top "Hexagonal-tiles" questions

Tessellating tiles for use as 2d-histogram bins, game boards, etc.

Manhattan Distance between tiles in a hexagonal grid

For a square grid the euclidean distance between tile A and B is: distance = sqrt(sqr(x1-x2)) + sqr(y1…

algorithm path distance hexagonal-tiles
Mathematically producing sphere-shaped hexagonal grid

I am trying to create a shape similar to this, hexagons with 12 pentagons, at an arbitrary size. (Image Source) The …

algorithm geometry computational-geometry tiling hexagonal-tiles
Generate, fill and plot a hexagonal lattice in Python

I'd like to modify a Python script of mine operating on a square lattice (it's an agent based model for …

python plot hexagonal-tiles
Single div horizontal CSS hexagon button

I'd like to create a CSS button in the shape of a hexagon using a single div to keep the …

css button css-shapes hexagonal-tiles
Finding adjacent neighbors on a hexagonal grid

EDIT: Wrapped the example map in a code block so the formatting is correct. Ok, I'm trying to write an …

python grid tiles hexagonal-tiles
hexagon grid drawing issue

I seem to be having a bit of trouble drawing a proper hex grid: As you can see, the hexagons …

actionscript-3 drawing hexagonal-tiles
Creating grid of hexagons

I have to do a "grid" like this: Harmonic table I'm trying to create a ListView with ItemsSource="List<…

wpf xaml listview hexagonal-tiles