Click or drag to resize
DigitalRuneVector4F Fields

The Vector4F type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOne
Returns a Vector4F with all of its components set to one.
Public fieldStatic memberUnitW
Returns the w unit Vector4F (0, 0, 0, 1).
Public fieldStatic memberUnitX
Returns the x unit Vector4F (1, 0, 0, 0).
Public fieldStatic memberUnitY
Returns the y unit Vector4F (0, 1, 0, 0).
Public fieldStatic memberUnitZ
Returns the z unit Vector4F (0, 0, 1, 0).
Public fieldW
The w component.
Public fieldX
The x component.
Public fieldY
The y component.
Public fieldZ
The z component.
Public fieldStatic memberZero
Returns a Vector4F with all of its components set to zero.
Top
See Also