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