Distance Calculator (2D)
Find the distance between two 2D points.
Straight-line distance between two points on a plane.
The math behind it
The distance formula is the Pythagorean theorem applied to the coordinate differences.
Worked example
(0,0) to (3,4) → 5.
FAQ
3D version?
Add the z-difference squared inside the root.