/geometry

Given any 2D points in a plane, this code will calculate the distance between all these points by its Hypotenuse, using the Pythagorean theorem

Primary LanguageJavaScript

geometry