Weighted
constructor(environment: Euclidean2DEnvironment<T>, node: Node<T>, weight: SteeringAction<T, Euclidean2DPosition>.() -> Double)
Parameters
environment
the environment in which the node moves.
Content copied to clipboard
node
the owner of the steering actions combined by this strategy.
Content copied to clipboard
weight
lambda used to assign a weight to each steering action: the higher the weight, the greater the
importance of the action.
Content copied to clipboard