Three D Distance Calculator

3D Distance

Distance between two points in 3D space

Point 1 (x₁, y₁, z₁)

Point 2 (x₂, y₂, z₂)

Formula

The distance between two points in 3D space is:d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]

Related Tools