Public 成员函数 | |
| Point () | |
| Point (float x, float y) | |
| float | getX () |
| float | getY () |
| void | setX (float x) |
| void | setY (float y) |
Private 属性 | |
| float | mX |
| float | mY |
A class to encapsulate the definition of a point.
|
inline |
Instantiates a new point.
|
inline |
Instantiates a new point.
| x | the x |
| y | the y |
|
inline |
Gets the x.
|
inline |
Gets the y.
|
inline |
Sets the x.
| x | the new x |
|
inline |
Sets the y.
| y | the new y |
|
private |
The X axis coordinate value.
|
private |
The Y axis coordinate value.
1.8.8