Distance calculator between two points in three-dimensional space

X1: Y1: Z1:
X2: Y2: Z2:
distance:

Distance between two points in space

Euclidean distance, also known as Euclidean distance, is a commonly used distance definition. It is the true distance between two points in m-dimensional space.

Two-dimensional formula: d = sqrt((x1-x2)^2+(y1-y2)^2)

Three-dimensional formula: d=sqrt((x1-x2)^2+(y1-y2)^2+(z1-z2)^2)