Function AStar._estimateCost
Called when estimating the cost between a point and the path's ending point.
Note that this function is hidden in the default AStar
class.
double _estimateCost
(
const(long) from_id,
const(long) to_id
) nothrow @nogc;