Click or drag to resize

Vector4 Fields

The Vector4 type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEmpty
A Vector4 with all of its components set to zero.
Public fieldStatic memberMaxValue
A Vector4 with the maximum value
Public fieldStatic memberMinValue
A Vector4 with the minimum value
Public fieldStatic memberOne
A Vector4 with all of its components set to one.
Public fieldStatic memberOrigin
A Vector4 with all of its components set to zero.
Public fieldStatic memberWAxis
A Vector4 representing the unit W-Axis
Public fieldStatic memberXAxis
A Vector4 representing the unit X-Axis
Public fieldStatic memberYAxis
A Vector4 representing the unit Y-Axis
Public fieldStatic memberZAxis
A Vector4 representing the unit Z-Axis
Public fieldStatic memberZero
A Vector4 with all of its components set to zero.
Top
See Also