Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int ManhattanDistance(Square)

  • Declared in: RT.Coordinates.Square

Declaration

public int ManhattanDistance(
    Square other
)

Summary

Calculates the Manhattan distance between this coordinate and other. This is the number of orthogonal steps required to reach one from the other.