Update vectorDistance.md

This commit is contained in:
Yusof Bandar
2019-02-23 15:49:53 +00:00
committed by GitHub
parent 4cd48fdd5e
commit 9978d6d08b

View File

@ -1,6 +1,6 @@
### VectorDistance
Returns the distance between two points.
Returns the distance between two vectors.
Use `Array.prototype.reduce()`,`Math.pow()` and `Math.sqrt()` to calculate the Euclidean distance between two vectors.