Loading calculator...
Calcule a distância entre dois pontos
The distance between two points in a plane is calculated using the Pythagorean theorem extended to two dimensions.
d = √[(x₂-x₁)² + (y₂-y₁)²]