The fields of OpenTK.Vector4 are listed below. For a list of all members, see the Vector4 Members list.
See Also: Inherited members from System.ValueType
static readonly | One | Vector4. Defines an instance with all components set to 1. |
static readonly | SizeInBytes | int. Defines the size of the Vector4 struct in bytes. |
static | UnitW | Vector4. Defines a unit-length Vector4 that points towards the W-axis. |
static | UnitX | Vector4. Defines a unit-length Vector4 that points towards the X-axis. |
static | UnitY | Vector4. Defines a unit-length Vector4 that points towards the Y-axis. |
static | UnitZ | Vector4. Defines a unit-length Vector4 that points towards the Z-axis. |
| W | float. The Z component of the Vector4. | |
| X | float. The X component of the Vector4. | |
| Y | float. The Y component of the Vector4. | |
| Z | float. The Z component of the Vector4. | |
static | Zero | Vector4. Defines a zero-length Vector4. |