<-Back

Function: Cross-Vectors

CROSS-VECTORS 3d vector

Returns the cross product of vector-1 and vector-2. According to the definition of cross product, this resultant vector should be orthogonal to both vector-1 and vector-2.

arguments:
vector-1 3D Vector
vector-2 3D Vector

<-Back