UNPKG

@mapbox/mapbox-gl-draw

Version:

A drawing component for Mapbox GL JS

6 lines (5 loc) 119 B
export default function(a, b) { const x = a.x - b.x; const y = a.y - b.y; return Math.sqrt((x * x) + (y * y)); }