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
static readonly | One | Vector2d. Defines an instance with all components set to 1. |
static readonly | SizeInBytes | int. Defines the size of the Vector2d struct in bytes. |
static | UnitX | Vector2d. Defines a unit-length Vector2d that points towards the X-axis. |
static | UnitY | Vector2d. Defines a unit-length Vector2d that points towards the Y-axis. |
| X | double. The X coordinate of this instance. | |
| Y | double. The Y coordinate of this instance. | |
static | Zero | Vector2d. Defines a zero-length Vector2d. |