Defines the mathematical operation: (Vector Input 1)
This operation is a cross product (VectorInput1 = (a,b,c), VectorInput2 = (x,y,z), therefore VectorInput1 x VectorInput2 =
(b*z - c*y, a*z - c*x, a*y - b*x) )
(Vector Input 1)
(Vector Input 1, Vector Input 2)
(Vector Input 1, Vector Input 2)
|