L1 norm: sum of absolute coordinate differences
Manhattan distance between the two 2D points is 8.0000.
Next stepUse Manhattan distance when movement is constrained to a grid (city blocks, chess rooks, pixels). Use Euclidean when direct travel through open space is possible.