Cross

(Difference between revisions)
Jump to: navigation, search
(Created page with "Returns the cross product of two vectors : vec = cross(vecA, vecB)")
 
Line 2: Line 2:
  
 
  vec = cross(vecA, vecB)
 
  vec = cross(vecA, vecB)
 +
 +
[[Category:Lua scripting]]

Revision as of 18:57, 4 February 2014

Returns the cross product of two vectors :

vec = cross(vecA, vecB)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox