AbstractSteeringActionWithTarget

fun <T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>> AbstractSteeringActionWithTarget(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, target: P)


fun <T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>> AbstractSteeringActionWithTarget(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, targetSelectionStrategy: TargetSelectionStrategy<T, P>)

Parameters

environment
    the environment inside which the pedestrian moves.
pedestrian
    the owner of this action.
targetSelectionStrategy
    strategy selecting the next target.