The Distance Between Two Points calculator computes the linear distance between two points in a plane.
INSTRUCTIONS: Enter the following:
Distance between Points (D): The calculator returns the distance between the points. It assumes the units for the distance are the same units for the output.
The formula for the distance between two points is:
`D = sqrt( (X_1 - X_2)^2 + (Y_1 -Y_2)^2)`
where: