Vector4 Properties |
The Vector4 type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEmpty |
Gets whether this Vector4 is empty.
| |
| Length |
Gets the length of this Vector4.
| |
| LengthSquared |
Gets the squared length of this Vector4.
| |
| One |
Returns a Vector4 with each component set to 1.
| |
| UnitW |
Returns a Vector4 with components 0, 0, 0, 1.
| |
| UnitX |
Returns a Vector4 with components 1, 0, 0, 0.
| |
| UnitY |
Returns a Vector4 with components 0, 1, 0, 0.
| |
| UnitZ |
Returns a Vector4 with components 0, 0, 1, 0.
| |
| W |
Gets the W component of this Vector4.
| |
| X |
Gets the X component of this Vector4.
| |
| Y |
Gets the Y component of this Vector4.
| |
| Z |
Gets the Z component of this Vector4.
| |
| Zero |
Returns an empty Vector4.
|