Represents a 3D vector.
Checks if this vector is equal to another vector.
The vector to compare with.
True if the vectors are equal, false otherwise.
Computes the cross product of this vector with another vector.
The other vector.
The cross product vector.
Rotates a given 3D vector that points to the front so it points to the right.
The rotated vector pointing to the right.
Represents a 3D vector.