#include <mi32/point.h>
Inheritance diagram for LPOINT3D:

Public Member Functions | |
| CHECKSIZE (12) | |
| LPOINT3D (const LPOINT2D &rhs) | |
| LPOINT3D (const INT32 dx, const INT32 dy, const INT32 dz) | |
| LPOINT3D () | |
| void | SwapBytes () |
Public Attributes | |
| INT32 | z |
Definition at line 372 of file point.h.
|
|
Default constructor, performs no initialization.
|
|
||||||||||||||||
|
Initialize from separate X, Y, Z values.
|
|
|
Initialize from LPOINT2D.
|
|
|
Make compiler validate structure size.
|
|
|
Perform byte-swapping.
Reimplemented from LPOINT2D. |
|
|
|
1.3.8-20040913