Dot

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

Revision as of 18:57, 4 February 2014

Returns the dot product of two vectors :

dotProduct = dot(vecA, vecB)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox