#include <Vector2.h>
List of all members.
[inline]
Creates the zero vector.
Returns a unit-length vector.
Potentially less accurate but faster than direction().
Only works if System::hasSSE is true.
[static]
Returns true if this vector has finite length.
Returns true if this vector has length == 1.
Returns true if this vector has length == 0.
Linear interpolation.
Largest representable vector.
smallest (most negative) representable vector
[inline, static]
Array (pointwise) multiplication.
Unary minus.
Array division.
Uniformly distributed random vector on the unit sphere.
x + y
1e-06
Make this vector have unit length and return the old length.
If the vector length was less than tolerance, do not normalize.