Back to home
Math
3D Distance
Between points (x,y,z)
Runs locally in your browser
Parameters
Results
- 3D
- 7.0711
- 2D (xy)
- 5
How it works
Calculate Euclidean distance between two points in 3D space.
Who it's for: Geometry students, game developers, and CAD users.
Distance = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²].
Also shows the horizontal (xy-plane) projection distance.
Works with any coordinate system units.
How to use
- Enter coordinates (x₁, y₁, z₁) for the first point.
- Enter coordinates (x₂, y₂, z₂) for the second point.
- Read 3D distance and xy projection.