#include <point.h>
Inheritance diagram for WPOINT3D:

Public Member Functions | |
| WPOINT3D () | |
| WPOINT3D (const INT16 dx, const INT16 dy, const INT16 dz) | |
| WPOINT3D (const WPOINT2D &rhs) | |
| CHECKSIZE (6) | |
Public Attributes | |
| INT16 | z |
Definition at line 235 of file point.h.
|
|
Default constructor, performs no initialization.
|
|
||||||||||||||||
|
Initialize from separate X, Y, Z values.
|
|
|
Initialize from WPOINT2D.
|
|
|
Make compiler validate structure size.
|
|
|
|
1.3.4-20031026