bettercmath.hexagrid2d

2D hexagon grid math.

Members

Enums

Orientation
enum Orientation
Undocumented in source.

Functions

rounded
Hex!(int) rounded(Hex!(FT) hex)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Hex
struct Hex(T = int)
Undocumented in source.
Layout
struct Layout(Orientation orientation, FT = float)
Undocumented in source.
RectangleHexagrid
struct RectangleHexagrid(Orientation orientation, T, uint columns, uint rows)
Undocumented in source.

See Also

Meta