[ Index | Source | Summary | Member Functions ]
Back to the top of Location
Location(int x, int y);
Construct a Location object with the specified x and y coordinates.
Location(int x, int y); // specific location
Back to the top of Location
Location();
Construct a Location object at a default location.
Location(); // default location
Back to the top of Location
int Xcoord();
Return the current x coordinate of the Location object.
int Xcoord(); // return x-axis coordinate
Back to the top of Location
int Ycoord();
Return the current y coordinate of the Location object.
int Ycoord(); // return y-axis coordinate
Back to the top of Location
Back to the top of Location
Report problems to jkotula@unimax.com