findPathTo
fun Cell.findPathTo(end: Cell, algorithm: RoutingAlgorithm, cost: CellTravelCostSupplier): RoutingResult(source)
Finds a path from the start cell (this) to the end cell using the specified algorithm and cost supplier.
Since
1.0.0
Parameters
end
the end cell.
algorithm
the algorithm to use.
cost
the cost supplier.