Coordinate pair within a 2D plane. More...
Public Member Functions | |
T | GetX () |
First value. e.g. Horizontal, x, position of a point. | |
T | GetY () |
Second value. e.g. Vertical, y, position of a point. | |
void | SetX (T x) |
void | SetY (T y) |
Coordinate pair within a 2D plane.