Type Alias Heuristic

Heuristic: (coord: Coord) => number

The A* heuristic.

Type declaration

    • (coord: Coord): number
    • Parameters

      • coord: Coord

        The coord of the node being evaluated.

      Returns number