List of all members.
Constructor & Destructor Documentation
HW3DPoint::HW3DPoint |
( |
| ) |
[inline] |
HW3DPoint::HW3DPoint |
( |
float |
X, |
|
|
float |
Y, |
|
|
float |
Z = 0.0f |
|
) |
| [inline] |
constructor that accepts three floats
HW3DPoint::HW3DPoint |
( |
HW3DPoint const * |
p | ) |
[inline] |
constructor that accepts a pointer to an HW3DPoint object
References x, y, and z.
HW3DPoint::HW3DPoint |
( |
const HW3DPoint & |
p | ) |
[inline] |
constructor that accepts an HW3DPoint reference
References x, y, and z.
Member Function Documentation
void HW3DPoint::Set |
( |
float |
X, |
|
|
float |
Y, |
|
|
float |
Z = 0.0f |
|
) |
| [inline] |
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
void HW3DPoint::Set |
( |
HW3DPoint * |
p | ) |
[inline] |
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
void HW3DPoint::Set |
( |
HW3DPoint const * |
p | ) |
[inline] |
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
void HW3DPoint::Set |
( |
HW3DPoint & |
p | ) |
[inline] |
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
void HW3DPoint::Set |
( |
const HW3DPoint & |
p | ) |
[inline] |
Packs an HW3DPoint object with coordinate values.
References x, y, and z.
The documentation for this class was generated from the following file: