math.cross

Syntax

v = math.cross(v1,v2)

Get the cross product of vectors. The vectors must be of the same size.

Returns:

v - cross product

Arguments:

v1 - vector

v2 - vector