ILNumerics Ultimate VS

Vector4 Fields

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The Vector4 type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberOne
Defines an instance with all components set to 1.
Public fieldStatic memberSizeInBytes
Defines the size of the Vector4 struct in bytes.
Public fieldStatic memberUnitW
Defines a unit-length Vector4 that points towards the W-axis.
Public fieldStatic memberUnitX
Defines a unit-length Vector4 that points towards the X-axis.
Public fieldStatic memberUnitY
Defines a unit-length Vector4 that points towards the Y-axis.
Public fieldStatic memberUnitZ
Defines a unit-length Vector4 that points towards the Z-axis.
Public fieldW
The W component of the Vector4.
Public fieldX
The X component of the Vector4.
Public fieldY
The Y component of the Vector4.
Public fieldZ
The Z component of the Vector4.
Public fieldStatic memberZero
Defines a zero-length Vector4.
Top
See Also

Reference