Abstract Steering Action With Target
constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, target: P)
constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, targetSelectionStrategy: TargetSelectionStrategy<T, P>)
Parameters
environment
the environment inside which the node moves.
Content copied to clipboard
pedestrian
the owner of this action.
Content copied to clipboard
target Selection Strategy
strategy selecting the next target.
Content copied to clipboard