OpenTK.Vector4d: Field Members

The fields of OpenTK.Vector4d are listed below. For a list of all members, see the Vector4d Members list.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
OneVector4d. Defines an instance with all components set to 1.
static readonly
SizeInBytesint. Defines the size of the Vector4d struct in bytes.
static
UnitWVector4d. Defines a unit-length Vector4d that points towards the W-axis.
static
UnitXVector4d. Defines a unit-length Vector4d that points towards the X-axis.
static
UnitYVector4d. Defines a unit-length Vector4d that points towards the Y-axis.
static
UnitZVector4d. Defines a unit-length Vector4d that points towards the Z-axis.
Wdouble. The Z component of the Vector4d.
Xdouble. The X component of the Vector4d.
Ydouble. The Y component of the Vector4d.
Zdouble. The Z component of the Vector4d.
static
ZeroVector4d. Defines a zero-length Vector4d.