Layout

Undocumented in source.

Members

Aliases

FractionalHexagon
alias FractionalHexagon = Hex!(FT)
Undocumented in source.
Hexagon
alias Hexagon = Hex!(int)
Undocumented in source.

Enums

Directions
enum Directions
Undocumented in source.
Directions
enum Directions
Undocumented in source.

Functions

corners
Vec2[6] corners()
Undocumented in source. Be warned that the author may not have intended to support it.
fromPixel
FractionalHexagon fromPixel(Vec2 originalPoint)
Undocumented in source. Be warned that the author may not have intended to support it.
toPixel
Vec2 toPixel(Hexagon hex)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

origin
Vec2 origin;
Undocumented in source.
size
Vec2 size;
Undocumented in source.

Meta