Distance Calculator (2D)
Enter the coordinates of two points — Point 1 (x1, y1) and Point 2 (x2, y2) — and the Distance Calculator (2D) computes the straight-line Euclidean distance between them on a 2D plane. You also get the Δx and Δy component differences, giving you a full picture of the separation between your two points.
Results
Distance (d)
--
Δx (x2 − x1)
--
Δy (y2 − y1)
--
Distance Squared (d²)
--