CognitiveAgentArrive
constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, decelerationRadius: Double, arrivalTolerance: Double, vararg coordinates: Number)(source)
constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, decelerationRadius: Double, arrivalTolerance: Double, target: P)(source)
Parameters
environment
the environment inside which the node moves.
Content copied to clipboard
reaction
the reaction which executes this action.
Content copied to clipboard
pedestrian
the owner of this action.
Content copied to clipboard
decelerationRadius
the distance from which the node starts to decelerate.
Content copied to clipboard
arrivalTolerance
the distance at which the node is considered arrived to the target.
Content copied to clipboard
target
the position the node moves towards.
Content copied to clipboard