|
Point
|
A two-dimensional Point class. More...
Public Member Functions | |
| Point (int theX=0, int theY=0) | |
ctor for the Point class More... | |
| int | getX () |
get the x-coordinate of the Point More... | |
| int | getY () |
get the y-coordinate of the Point More... | |
A two-dimensional Point class.
|
inline |
|
inline |
get the x-coordinate of the Point
|
inline |
get the y-coordinate of the Point
1.8.10