The manhattan distance between the two points.
Gets the Manhattan distance between two points (x1, y1) and (x2, y2); the distance between two points measured along axes at right angles.
The [ x, y ] point 1.
The [ x, y ] point 2.
The manhattan distance between the two points.
Gets the Manhattan distance between two points (x1, y1) and (x2, y2); the distance between two points measured along axes at right angles.
Point 1's x.
Point 1's y.
Point 2's x.
Point 2's y.
The manhattan distance between the two points.
Generated using TypeDoc
Gets the Manhattan distance between two points (x1, y1) and (x2, y2); the distance between two points measured along axes at right angles.