CognitiveAgentCombineSteering
constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, actions: List<SteeringAction<T, P>>, steerStrategy: SteeringStrategy<T, P>)(source)
Parameters
environment
the environment inside which the node moves.
Content copied to clipboard
pedestrian
the owner of this action.
Content copied to clipboard
actions
the list of actions to combine to determine the node movement.
Content copied to clipboard
steerStrategy
the logic according to the steering actions are combined.
Content copied to clipboard