A 2D point.
More...
Public Attributes |
| float | myX |
| float | myY |
Detailed Description
Constructor & Destructor Documentation
| makVrv::DtPoint::DtPoint |
( |
float |
x = 0.0f, |
|
|
float |
y = 0.0f |
|
) |
| |
|
inline |
Constructor takes the x & y values,.
Member Function Documentation
Increment this point by another.
References myX, and myY.
Decrement this point by another.
References myX, and myY.
| bool makVrv::DtPoint::operator== |
( |
const DtPoint & |
p2 | ) |
const |
|
inline |
Do these two points have the same values?
References myX, and myY.
| bool makVrv::DtPoint::operator!= |
( |
const DtPoint & |
p2 | ) |
const |
|
inline |
Do these two points have different values?
References myX, and myY.
Create a new point which is these two points added together.
References myX, and myY.
Create a new point which is this point subtracted by another.
References myX, and myY.
Member Data Documentation
| float makVrv::DtPoint::myX |
| float makVrv::DtPoint::myY |
The documentation for this class was generated from the following file: