名前 | 解説 | |
---|---|---|
![]() ![]() | One | A Vector4with all of its components set to one. |
![]() | SizeInBytes | The size of the Vector4type, in bytes. |
![]() ![]() | UnitW | The W unit Vector4(0, 0, 0, 1). |
![]() ![]() | UnitX | The X unit Vector4(1, 0, 0, 0). |
![]() ![]() | UnitY | The Y unit Vector4(0, 1, 0, 0). |
![]() ![]() | UnitZ | The Z unit Vector4(0, 0, 1, 0). |
![]() | W | The W component of the vector. |
![]() | X | The X component of the vector. |
![]() | Y | The Y component of the vector. |
![]() | Z | The Z component of the vector. |
![]() ![]() | Zero | A Vector4with all of its components set to zero. |