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、中点も表示します。
はい。現在のページは通常の小数および負の数の入力に対応しています。
いいえ。このページは平面の2次元座標を扱うもので、地球上の地理座標には対応していません。
多くの幾何やグラフの問題では、距離だけでなく中点も必要になるためです。
Calculate the distance, midpoint, coordinate differences, and Manhattan distance between two points.