This distance-between-two-points page is built for basic 2D coordinate geometry. Once you enter two points, it gives coordinate differences, straight-line distance, midpoint, and Manhattan distance together so you do not have to switch formulas in the middle of the same problem.
That makes it useful for analytic geometry, grid movement, graph sketches, and coordinate checking. Many users say they only want distance, but in practice they often need dx, dy, or midpoint immediately afterward. Showing the whole cluster is what makes the page practical.
dx, dy, and midpoint for a follow-up geometry step.The page needs the x and y coordinates of two points. Once all four values are entered, it can calculate the full result set. It accepts negative numbers and decimals, so it works for more than simple integer grid points.
The current page assumes a 2D Cartesian plane. Every output is based on ordinary flat-plane geometry. If your problem is about latitude, longitude, Earth curvature, or GPS routing, this is the wrong tool.
Текущая страница выдаёт и евклидово расстояние по прямой, и манхэттенское расстояние, а также dx, dy и середину отрезка.
Да. Текущая страница принимает обычные десятичные и отрицательные значения.
Нет. Страница работает с плоской двумерной системой координат, а не с географическими координатами на поверхности Земли.
Потому что во многих задачах по геометрии и графикам нужна не только длина, но и середина отрезка.
Calculate the distance, midpoint, coordinate differences, and Manhattan distance between two points.