Function introduction
The Euclidean distance calculator can calculate the actual distance based on the coordinates of the origin and destination. Calculate the Euclidean distance between two points in the input box. The software is simple and easy to use, and is a must-have auxiliary tool for sandbox game players.
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.
It is often mistakenly called "Euclidean distance".
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)
It can be expanded to more dimensions. Here we take the common two-dimensional and three-dimensional as examples.
it works
it works
it works