Manhattan Distance Calculator
Enter the coordinates of two points — Point A (x₁, y₁) and Point B (x₂, y₂) — and the Manhattan Distance Calculator computes the taxicab (L₁) distance between them. You also get the Euclidean distance and Chebyshev distance for comparison. Supports 2D and 3D coordinate spaces.
Results
Manhattan Distance (L₁)
--
Euclidean Distance (L₂)
--
Chebyshev Distance (L∞)
--
|Δx| Difference
--
|Δy| Difference
--
|Δz| Difference
--