| EdgeCellInfo (any, PartitionCell, OrthogonalInterval, OrthogonalInterval, Direction, Direction, number) | in
EdgeCellInfo | Creates a new EdgeCellInfo instance. |
| calculateIntersection (OrthogonalInterval, OrthogonalInterval) | in
OrthogonalInterval | Calculates the intersection of the given OrthogonalIntervals. |
| calculateUnion (OrthogonalInterval, OrthogonalInterval) | in
OrthogonalInterval | Calculates the union of the given OrthogonalIntervals. |
| coveredBy (OrthogonalInterval) | in
OrthogonalInterval | Checks whether or not this OrthogonalInterval is fully covered by the given OrthogonalInterval. |
| crosses (OrthogonalInterval) | in
OrthogonalInterval | Determines whether or not this OrthogonalInterval crosses the given one. |
| distanceTo (OrthogonalInterval) | in
OrthogonalInterval | Returns the distance of the ranges of this OrthogonalInterval and the given OrthogonalInterval. |
| hasSameRange (OrthogonalInterval) | in
OrthogonalInterval | Checks whether or not this OrthogonalInterval and the given OrthogonalInterval cover the same range. |
| intersects (OrthogonalInterval, number?) | in
OrthogonalInterval | Checks whether or not this OrthogonalInterval intersects the given OrthogonalInterval and the intersection has a given minimum intersection size. |
| manhattanDistanceTo (OrthogonalInterval) | in
OrthogonalInterval | Returns the Manhattan distance of this OrthogonalInterval and the given OrthogonalInterval. |
| calculateCosts (CellEntrance, PartitionCell, OrthogonalInterval, EdgeCellInfo, number) | in
PathSearchExtension | Calculates the costs for entering the given PartitionCell via the given enter OrthogonalInterval. |