Click or drag to resize

Vector2H Fields

The Vector2H type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOne
Returns the vector (1,1,1).
Public fieldX
The X component of the vector.
Public fieldStatic memberXAxis
Returns the vector (1,0,0).
Public fieldY
The Y component of the vector.
Public fieldStatic memberYAxis
Returns the vector (0,1,0).
Public fieldStatic memberZAxis
Returns the vector (0,0,1).
Public fieldStatic memberZero
Returns the vector (0,0,0).
Top
See Also