MonoMac.OpenGL.Vector2: Field Members

The fields of MonoMac.OpenGL.Vector2 are listed below. For a list of all members, see the Vector2 Members list.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
OneVector2. Defines an instance with all components set to 1.
static readonly
SizeInBytesint. Defines the size of the Vector2 struct in bytes.
static readonly
UnitXVector2. Defines a unit-length Vector2 that points towards the X-axis.
static readonly
UnitYVector2. Defines a unit-length Vector2 that points towards the Y-axis.
Xfloat. The X component of the Vector2.
Yfloat. The Y component of the Vector2.
static readonly
ZeroVector2. Defines a zero-length Vector2.