Vector4 Properties
| Name | Description | |
|---|---|---|
![]() |
One | Returns a Vector4 with all of its components set to one. |
![]() |
UnitW | Returns the Vector4 (0, 0, 0, 1). |
![]() |
UnitX | Returns the Vector4 (1, 0, 0, 0). |
![]() |
UnitY | Returns the Vector4 (0, 1, 0, 0). |
![]() |
UnitZ | Returns the Vector4 (0, 0, 1, 0). |
![]() |
Zero | Returns a Vector4 with all of its components set to zero. |
