v1 cross v2

Cross product operator. Computes the vector product of vectors v1 and v2.


Example


a = ( 1, 2, 3 )

1  2  3

b = ( 4, 5, 6 )

4  5  6

a cross b

-3  6  -3