MonoMac.OpenGL.Vector2d: Field Members

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

See Also: Inherited members from System.ValueType

Public Fields

static readonly
OneVector2d. Defines an instance with all components set to 1.
static readonly
SizeInBytesint. Defines the size of the Vector2d struct in bytes.
static
UnitXVector2d. Defines a unit-length Vector2d that points towards the X-axis.
static
UnitYVector2d. Defines a unit-length Vector2d that points towards the Y-axis.
Xdouble. The X coordinate of this instance.
Ydouble. The Y coordinate of this instance.
static
ZeroVector2d. Defines a zero-length Vector2d.