The Vector3D type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| eX |
(1, 0, 0) basis vector in x direction
| |
| eY |
(0, 1, 0) basis vector in y direction
| |
| eZ |
(0, 0, 1) basis vector in z direction
| |
| x |
Data component for the x dimension
| |
| y |
Data component for the y dimension
| |
| z |
Data component for the z dimension
| |
| Zero |
(0, 0, 0) Vector
|