The fields of MonoMac.OpenGL.Vector3d are listed below. For a list of all members, see the Vector3d Members list.
See Also: Inherited members from System.ValueType
static readonly | One | Vector3d. Defines an instance with all components set to 1. |
static readonly | SizeInBytes | int. Defines the size of the Vector3d struct in bytes. |
static readonly | UnitX | Vector3d. Defines a unit-length Vector3d that points towards the X-axis. |
static readonly | UnitY | Vector3d. Defines a unit-length Vector3d that points towards the Y-axis. |
static readonly | UnitZ | Vector3d. /// Defines a unit-length Vector3d that points towards the Z-axis. |
| X | double. The X component of the Vector3. | |
| Y | double. The Y component of the Vector3. | |
| Z | double. The Z component of the Vector3. | |
static readonly | Zero | Vector3d. Defines a zero-length Vector3. |