CGUIPoint class to hold two values (x, y) like a vector.
More...
#include <GUIPoint.h>
|
eC_Value | m_vX |
| X-Value.
|
|
eC_Value | m_vY |
| Y-Value.
|
|
CGUIPoint class to hold two values (x, y) like a vector.
◆ CGUIPoint() [1/2]
CGUIPoint::CGUIPoint |
( |
const eC_Value & |
vX, |
|
|
const eC_Value & |
vY |
|
) |
| |
◆ CGUIPoint() [2/2]
CGUIPoint::CGUIPoint |
( |
const CGUIPoint & |
kPt | ) |
|
Copy constructor
- Parameters
-
◆ operator-()
Minus operator
- Returns
- Result of the operation
◆ operator=()
Assignment operator
- Parameters
-
- Returns
- Where to assign to
The documentation for this class was generated from the following file: