Click or drag to resize

Vector3 Fields

The Vector3 type exposes the following members.

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