ILNumerics - Technical Application Development
Top
The Vector4 type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| One |
Defines an instance with all components set to 1.
| |
| SizeInBytes |
Defines the size of the Vector4 struct in bytes.
| |
| UnitW |
Defines a unit-length Vector4 that points towards the W-axis.
| |
| UnitX |
Defines a unit-length Vector4 that points towards the X-axis.
| |
| UnitY |
Defines a unit-length Vector4 that points towards the Y-axis.
| |
| UnitZ |
Defines a unit-length Vector4 that points towards the Z-axis.
| |
| W |
The W component of the Vector4.
| |
| X |
The X component of the Vector4.
| |
| Y |
The Y component of the Vector4.
| |
| Z |
The Z component of the Vector4.
| |
| Zero |
Defines a zero-length Vector4.
|
See Also