Public Member Functions | |
| MnPoint (double x, double y) | |
| Initializes the point with its coordinates. | |
| double | X () const |
| Get the x (first) coordinate. | |
| double | Y () const |
| Get the y (second) coordinate. | |
Private Attributes | |
| double | fX |
| double | fY |
|
inline |
|
inline |