Calculate the straight-line distance between two points in three-dimensional space.
Enter the coordinates of the two points below to find the Euclidean distance between them.
Explore these examples to see how the 3D Distance Calculator works in different scenarios.
Calculating the distance between two points with simple, positive integer coordinates. Expected result: ~5.196
P₁: (1, 2, 3)
P₂: (4, 5, 6)
An example that includes negative values to demonstrate how the formula handles them. Expected result: ~10.44
P₁: (-2, 5, -1)
P₂: (3, -4, 2)
This example uses decimal numbers to show the calculator's precision. Expected result: ~5.196
P₁: (1.5, 2.5, 3.5)
P₂: (4.5, 5.5, 6.5)
Calculating distance with larger numbers, which can occur in astronomy or large-scale mapping. Expected result: ~519.615
P₁: (100, 200, 300)
P₂: (400, 500, 600)