AStar._computeCost

Called when computing the cost between two connected points.

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

Meta