|
float | x |
| The x-coordinate of a 3-dimensional point.
|
|
float | y |
| The y-coordinate of a 3-dimensional point.
|
|
float | z |
| The z-coordinate of a 3-dimensional point.
|
|
HW3DPoint::HW3DPoint |
( |
float |
X, |
|
|
float |
Y, |
|
|
float |
Z = 0.0f |
|
) |
| |
|
inline |
constructor that accepts three floats
constructor that accepts a pointer to an HW3DPoint object
References x, y, and z.
constructor that accepts an HW3DPoint reference
References x, y, and z.
void HW3DPoint::Set |
( |
float |
X, |
|
|
float |
Y, |
|
|
float |
Z = 0.0f |
|
) |
| |
|
inline |
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
The documentation for this class was generated from the following file: