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