distance-component
v0.0.1
Published
get the distance between two points
Readme
distance
Find the distance between two points
Installation
Install with component(1):
$ component install component/distanceAPI
distance(x1, y1, x2, y2)
Get the distance between two points
distance(0, 4, 3, 0) // 5License
MIT
