Calculates the cross product between two vectors and returns a new vector with the result.
The first input vector.
The second input vector.
A new vector, which is the cross product of the two input vectors.
Calculates the cross product between two vectors and returns a new vector with the result.