AStar._estimateCost

Called when estimating the cost between a point and the path's ending point.

struct AStar
@nogc nothrow
double
_estimateCost
(
in long from_id
,
in long to_id
)

Meta