1 line
66 B
JavaScript
1 line
66 B
JavaScript
module.exports = (x0, y0, x1, y1) => Math.hypot(x1 - x0, y1 - y0); |
module.exports = (x0, y0, x1, y1) => Math.hypot(x1 - x0, y1 - y0); |