Beta
A class for a Vector
Vector
The direction of the Vector in radians, between -PI and PI
The magnitude of the Vector
Alias for Vector#from
Returns the cross product of the Vector and another Vector
the other Vector
the cross product
if the Vector is equal to another Vector
Updates the Vector to equal the given Vector
the Vector to copy
Rotates the Vector by a given angle
the desired change in the angle (in radians)
the string representation of the Vector
Static
Constructs a new Vector from a given Vector
Vector to copy
the new Vector
A class for a
Vector