AStar2D._computeCost

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

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

Meta