![]() |
Public API Reference |
#include <cspoint.h>
Public Methods | |
csPoint () | |
Constructor: initialize the object with zeros. More... | |
csPoint (int iX, int iY) | |
Constructor: initialize the object with given values. More... | |
csPoint (const csPoint &v) | |
Constructor: initialize the object by copying. More... | |
void | Set (int iX, int iY) |
Set the coordinates of this point. More... | |
void | Set (csPoint &v) |
Set the coordinates of this point from another point. More... | |
Public Attributes | |
int | x |
The coordinates of the point. More... | |
int | y |
The coordinates of the point. More... |
Definition at line 32 of file cspoint.h.
|
Constructor: initialize the object with zeros.
|
|
Constructor: initialize the object with given values.
|
|
Constructor: initialize the object by copying.
|
|
Set the coordinates of this point from another point.
|
|
Set the coordinates of this point.
|
|
The coordinates of the point.
|
|
The coordinates of the point.
|