Returns the dot product of two vectors
vecDot([1, 2], [3, 4]);=> 11
First vector
Second vector
Generated using TypeDoc
Returns the dot product of two vectors
Example