Point

Undocumented in source.

Constructors

this
this(int x, int y)
Undocumented in source.
this
this(int[2] d)
Undocumented in source.

Alias This

data

Members

Functions

opBinary
Point opBinary(Point other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Point opBinary(double other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Point opBinary(T[2] other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Point opOpAssign(int[2] other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
int[2] data;
Undocumented in source.

Meta