AStar._computeCost

Called when computing the cost between two connected points. Note that this function is hidden in the default AStar class.

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

Meta