Public Member Functions | |
| Point (float x, float y) | |
| T | GetX () |
| T | GetX () |
| First value. e.g. Horizontal, x, position of a point. | |
| T | GetY () |
| T | GetY () |
| Second value. e.g. Vertical, y, position of a point. | |
| void | SetX (T x) |
| void | SetX (T x) |
| void | SetY (T y) |
| void | SetY (T y) |
Protected Attributes | |
| T | x |
| T | y |