Vector:Dot

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxDot( * The Vector which will be the rhs operand of the dot product operation. )
Description:
Returns the dot product of this Vector and the passed in Vector.
ReturnsThe resulting dot product scalar float.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools