Skip to main content

Hexagons

Geoffrey Hunter
mbedded.ninja Author

Overview

Regular hexagons are hexagons were all the edges (sides) are the same length.

Cube Grids

A cube grid uses three axes (x,y,z)(x, y, z) to describe a hexagon.

The coordinate for any hexagon in a cube grid must satisfy the following condition:

x+y+z=0x + y +z = 0

External Resources

https://www.redblobgames.com/grids/hexagons/ is amazing introduction to hexagonal grids.