Function AStar2D.setPointWeightScale
Sets the weight_scale
for the point with the given id
.
void setPointWeightScale
(
const(long) id,
const(double) weight_scale
) nothrow @nogc;
Sets the weight_scale
for the point with the given id
.
void setPointWeightScale
(
const(long) id,
const(double) weight_scale
) nothrow @nogc;