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
Rotate this vector by a quaternion
The quaternion representing the rotation
Return a new Vector2 instance (without the Z component)
Static
forwardGet a new vector3 with Z component set to 1
Static
rightGet a new vector3 with X component set to 1
Static
upGet a new vector3 with Y component set to 1
Static
zeroGet a new vector3 init to zero
A 3D vector class orthogonal to the x, y and z 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.