return the angle between this vector and the passed one
angle in radians
return the cross product of this vector and the passed one
The cross product.
return the distance between this vector and the passed one
return the dot product of this vector and the passed one
The dot product.
interpolate the position of this vector towards the given one by the given maximum step.
the maximum step per iteration (Negative values will push the vector away from the target)
Reference to this object for method chaining
a generic 2D Vector Object