OpenTK.Vector3: Field Members

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

See Also: Inherited members from System.ValueType

Public Fields

static readonly
OneVector3. Defines an instance with all components set to 1.
static readonly
SizeInBytesint. Defines the size of the Vector3 struct in bytes.
static readonly
UnitXVector3. Defines a unit-length Vector3 that points towards the X-axis.
static readonly
UnitYVector3. Defines a unit-length Vector3 that points towards the Y-axis.
static readonly
UnitZVector3. /// Defines a unit-length Vector3 that points towards the Z-axis.
Xfloat. The X component of the Vector3.
Yfloat. The Y component of the Vector3.
Zfloat. The Z component of the Vector3.
static readonly
ZeroVector3. Defines a zero-length Vector3.