OpenTK.Vector4: Field Members

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

Public Fields

static readonly
OneVector4. Defines an instance with all components set to 1.
static readonly
SizeInBytesint. Defines the size of the Vector4 struct in bytes.
static
UnitWVector4. Defines a unit-length Vector4 that points towards the W-axis.
static
UnitXVector4. Defines a unit-length Vector4 that points towards the X-axis.
static
UnitYVector4. Defines a unit-length Vector4 that points towards the Y-axis.
static
UnitZVector4. Defines a unit-length Vector4 that points towards the Z-axis.
Wfloat. The Z component of the Vector4.
Xfloat. The X component of the Vector4.
Yfloat. The Y component of the Vector4.
Zfloat. The Z component of the Vector4.
static
ZeroVector4. Defines a zero-length Vector4.