AStar2D._estimateCost

Called when estimating the cost between a point and the path's ending point. Note that this function is hidden in the default AStar2D class.

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

Meta