Distance Calculator
Distance between two points in 2D or 3D space
Point 1
Point 2
About
2D: d = √((x₂−x₁)² + (y₂−y₁)²). 3D: d = √((x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²). Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2). Slope = Δy/Δx.
Distance between two points in 2D or 3D space
Point 1
Point 2
2D: d = √((x₂−x₁)² + (y₂−y₁)²). 3D: d = √((x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²). Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2). Slope = Δy/Δx.