Calculate the dot product between two vectors.
Left operand
Right operand
Dot product
dist([1, 2], [3, 4]); // Returns: 11 Copy
dist([1, 2], [3, 4]); // Returns: 11
Generated using TypeDoc
Calculate the dot product between two vectors.