CognitiveAgentWander

fun <T> CognitiveAgentWander(environment: Physics2DEnvironment<T>, reaction: Reaction<T>, pedestrian: Pedestrian2D<T>, randomGenerator: RandomGenerator, offset: Double, radius: Double)

Parameters

environment
    the environment inside which the pedestrian moves.
pedestrian
    the owner of this action.
randomGenerator
    the simulation {@link RandomGenerator}.
offset
    the distance from the pedestrian position of the center of the circle.
radius
    the radius of the circle.