RectangleHexagrid

Undocumented in source.
@safe @nogc nothrow
struct RectangleHexagrid (
Orientation orientation
T
uint columns
uint rows
) {}

Members

Variables

hexagons
Hex!(int) hexagons;
Undocumented in source.
layout
Layout!(orientation) layout;
Undocumented in source.
values
T[columns][rows] values;
Undocumented in source.

Meta