Skip to content
reduz edited this page Feb 23, 2014 · 18 revisions

Vector2

Brief Description

Vector used for 2D Math.

Member Functions

Member Variables

Member Function Description

  • real dot ( Vector2 with ) \ Returns the dot product with vector "b".
  • Vector2 floor ( ) \ Remove the fractional part of x and y.
  • real length ( ) \ Returns the length of the vector.
Clone this wiki locally