Calculate the straight-line distance between two points using their coordinates.
A distance calculator finds the straight-line (Euclidean) distance between two points on a coordinate plane using the distance formula.
Distance equals the square root of (x2-x1) squared plus (y2-y1) squared, the standard Euclidean distance formula.