AStar2D.setPointWeightScale

Sets the weight_scale for the point with the given id. The weight_scale is multiplied by the result of _computeCost when determining the overall cost of traveling across a segment from a neighboring point to this point.

struct AStar2D
@nogc nothrow
void
setPointWeightScale
(
in long id
,
in double weight_scale
)

Meta