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.
La page actuelle fournit la distance euclidienne en ligne droite et la distance de Manhattan, ainsi que dx, dy et le milieu.
Oui. La page actuelle accepte les nombres décimaux et négatifs ordinaires.
Non. La page travaille dans un plan 2D, pas avec des coordonnées géographiques sur la Terre.
Parce que beaucoup de problèmes de géométrie et de représentation graphique demandent le milieu en plus de la distance.
Calculate the distance, midpoint, coordinate differences, and Manhattan distance between two points.