Vector3 Properties |
The Vector3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Backward |
Returns a Vector3 with components 0, -1, 0.
| |
| Down |
Returns a Vector3 with components 0, 0, -1.
| |
| Forward |
Returns a Vector3 with components 0, 1, 0.
| |
| IsEmpty |
Gets whether this Vector3 is empty.
| |
| Left |
Returns a Vector3 with components -1, 0, 0.
| |
| Length |
Gets the length of this Vector3.
| |
| LengthSquared |
Gets the squared length of this Vector3.
| |
| One |
Returns a Vector3 with each component set to 1.
| |
| Right |
Returns a Vector3 with components 1, 0, 0.
| |
| UnitX |
Returns a Vector3 with components 1, 0, 0.
| |
| UnitY |
Returns a Vector3 with components 0, 1, 0.
| |
| UnitZ |
Returns a Vector3 with components 0, 0, 1.
| |
| Up |
Returns a Vector3 with components 0, 0, 1.
| |
| X |
Gets the X component of this Vector3.
| |
| XY | ||
| Y |
Gets the Y component of this Vector3.
| |
| Z |
Gets the Z component of this Vector3.
| |
| Zero |
Returns an empty Vector3.
|