Coordinate

Represents a box on a 2D field.

Constructors

this
this(int left, int top, int right, int bottom)
Undocumented in source.

Members

Functions

getXSize
int getXSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getYSize
int getYSize()
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
relMove
void relMove(int x, int y)
bottom
int bottom;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

left
int left;
right
int right;
top
int top;
Undocumented in source.

Meta