Get the computed length/magnitude/norm/intensity of the vector
Get the computed angle between the vector and another vector
Get a cloned/duplicated instance of this vector
Get the computed dotProduct of the vector with another vector
Normalize the vector
Convert a vector2 to a vector 3. Return a new instance.
The z axis (default is 0)
Static
zeroReturn a new vector 2 zeroed.
A 2D vector class orthogonal to the x and y axis Note that when something return this, the reference is the same as the original object and not copied. Use clone() to get a new instance.