Coordinate

Coordinate type for a single position with in a Coordinate set, where the type itself encodes the coordinate system details (zero or one-based)

Alias This

pos

Members

Functions

offset
auto offset(T off)

make a new coordinate with a value of this.pos + off this.pos + off

opBinary
auto opBinary(T off)

opbinary + or - to use offset

to
auto to()

Convert coordinate to another based system

to
auto to()

Convert coordinate to another based system using shortcuts

to
auto to()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pos
long pos;

Coordinate value

Meta