npm.io
1.0.3 • Published 8 years ago

@danmmx/distance-between-points

Licence
MIT
Version
1.0.3
Deps
0
Size
4 kB
Vulns
0
Weekly
0
Stars
1

Travis

Calculate distance between two points

Installation

npm install distance-between-points

Usage


import calcDistance from 'distance-between-points'

const pointA = { x: 1, y: 1 }
const pointB = { x: 2, y: 2 }
const distance = calcDistance(pointA, pointB)

Keywords