distance calculator between two points in three-dimensional space
distance between two points in space
euclidean distance, also known as euclidean distance, is a commonly used distance definition. it is the real 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)