GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
Public Member Functions | |
NVPoint () | |
NVPoint (float p_x, float p_y) | |
NVPoint (const NVPoint &nvp) | |
~NVPoint () | |
void | Print (std::ostream &os) const |
void | Set (float inX, float inY) |
NVPoint & | operator= (const NVPoint &p) |
NVPoint & | operator-= (const NVPoint &p) |
NVPoint & | operator+= (const NVPoint &p) |
bool | operator== (const NVPoint &p) const |
bool | operator!= (const NVPoint &p) const |
Public Attributes | |
float | x |
float | y |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
float NVPoint::x |
float NVPoint::y |