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