Dot
(Difference between revisions)
(Created page with "Returns the dot product of two vectors : dotProduct = dot(vecA, vecB)") |
Dahnielson (Talk | contribs) |
||
Line 2: | Line 2: | ||
dotProduct = dot(vecA, vecB) | dotProduct = dot(vecA, vecB) | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 17:57, 4 February 2014
Returns the dot product of two vectors :
dotProduct = dot(vecA, vecB)