Click or drag to resize

Vector2F Fields

The Vector2F type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOne
Returns the vector (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 memberZero
Returns the vector (0,0).
Top
See Also