|
|
Vector3 Properties |
The Vector3 type exposes the following members.
| Name | Description | |
|---|---|---|
| IsZero |
Determine whether this vector is the zero vector.
| |
| Item |
Gets or sets a vector component at the given index.
| |
| Length |
Get length of vector.
| |
| SquaredLength |
Get length of vector.
| |
| SquareLength |
Get squared length of vector.
| |
| Unitized |
Get normalized vector.
| |
| UnitX |
Get x-unit vector (1, 0, 0).
| |
| UnitY |
Get y-unit vector (0, 1, 0).
| |
| UnitZ |
Get z-unit vector (0, 0, 1).
| |
| X |
X coordinate.
| |
| XAxis |
Gets the value of the vector with components 1,0,0.
| |
| Y |
Y coordinate.
| |
| YAxis |
Gets the value of the vector with components 0,1,0.
| |
| Z |
Z coordinate.
| |
| ZAxis |
Gets the value of the vector with components 0,0,1.
| |
| Zero |
Get zero vector.
|