Vector |
The VectorD3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty | Gets an empty vector (0,0,0). | |
| IsEmpty | Gets a value indicating whether this instance is empty, i.e. all elements are zero. | |
| Length | Gets the length of the vector. | |
| Normalized | Gets the normalized version of this vector (length 1). | |
| SquareOfLength | Gets the squared length of the vector. | |
| X | Gets the x component of this vector. | |
| Y | Gets the y component of this vector. | |
| Z | Gets the z component of this vector. |