Vector3H Fields |
The Vector3H type exposes the following members.
| Name | Description | |
|---|---|---|
| One |
Returns the vector (1,1,1).
| |
| X |
The X component of the vector.
| |
| XAxis |
Returns the vector (1,0,0).
| |
| Y |
The Y component of the vector.
| |
| YAxis |
Returns the vector (0,1,0).
| |
| Z |
The Z component of the vector.
| |
| ZAxis |
Returns the vector (0,0,1).
| |
| Zero |
Returns the vector (0,0,0).
|