Sean Wei says to OwOhelp(cross) = Name: cross Category: Matrix Description: Calculate the cross product for two vectors in three dimensional space. Syntax: cross(A, B) Examples: cross([1, 1, 0], [0, 1, 1]) [1, -1, 1] cross([3, -3, 1], [4, 9, 2]) [-15, -2, 39] cross([2, 3, 4], [5, 6, 7]) [-3, 6, -3] See also: multiply, dotat Wed, Aug 16, 2017 11:51 PM