Point

Graphics primitive. Represents a single point on a 2D field.

Members

Functions

opBinary
Point opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Point other)
Undocumented in source. Be warned that the author may not have intended to support it.
relMove
void relMove(int rX, int rY)

Moves the point by the given amount

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

Variables

x
int x;
y
int y;
Undocumented in source.

Meta