alias for scalar
Returns the cross product of this and another Vector.
Calculate the diff between two vectors.
Checks if this vector is empty. This means that his coordinates are 0.
Normalize the vector in which the coordinates are divided by the length.
Supported operation: +, -, *, / and %
Supported operation: +, -, *, / and %
Compares two vectors by checking whether the coordinates are equals.
Supported operation: +=, -=, *=, /= and %=
Supported operation: +=, -=, *=, /= and %=
Rotate the current Vector by an angle and rotation Vector and returns the result
Calculate the scalar product.
Calculate the length.
Vector3 is a structure that defines a three-dimensional point.