Vector4D Fields |
The Vector4D type exposes the following members.
Name | Description | |
---|---|---|
One |
Returns a Vector4D with all of its components set to one.
| |
UnitW |
Returns the w unit Vector4D (0, 0, 0, 1).
| |
UnitX |
Returns the x unit Vector4D (1, 0, 0, 0).
| |
UnitY |
Returns the y unit Vector4D (0, 1, 0, 0).
| |
UnitZ |
Returns the z unit Vector4D (0, 0, 1, 0).
| |
W |
The w component.
| |
X |
The x component.
| |
Y |
The y component.
| |
Z |
The z component.
| |
Zero |
Returns a Vector4D with all of its components set to zero.
|