Cross
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{lua-function|cross|vector1, vector2}} | ||
+ | |||
Returns the cross product of two vectors : | Returns the cross product of two vectors : | ||
Revision as of 16:43, 8 February 2014
cross(vector1, vector2)
Returns the cross product of two vectors :
vec = cross(vecA, vecB)