Calculates the Euclidean distance between two points (considering a point as a vector object).
Examples
Syntax
dist()
dist(v1, v2)
Returns
Number: The distance
Notice any errors or typos? Please let us know. Please feel free to edit src/math/p5.Vector.js and open a pull request!