Click or drag to resize
DigitalRuneVector2F Fields

The Vector2F type exposes the following members.

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