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