[This is preliminary documentation and is subject to change.]
The Vector4 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Item | ||
| SizeInBytes |
Gets the size of the Vector4 type, in bytes.
| |
| UnitW |
Gets the W unit Vector4 (0, 0, 0, 1).
| |
| UnitX |
Gets the X unit Vector4 (1, 0, 0, 0).
| |
| UnitY |
Gets the Y unit Vector4 (0, 1, 0, 0).
| |
| UnitZ |
Gets the Z unit Vector4 (0, 0, 1, 0).
| |
| Zero |
Gets a Vector4 with all of its components set to zero.
|
See Also