CognitiveAgentWander
fun <T> CognitiveAgentWander( environment: Physics2DEnvironment<T>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, randomGenerator: RandomGenerator, offset: Double, radius: Double)
Content copied to clipboard
Parameters
environment
the environment inside which the node moves.
Content copied to clipboard
node
the owner of this action.
Content copied to clipboard
randomGenerator
the simulation {@link RandomGenerator}.
Content copied to clipboard
offset
the distance from the node position of the center of the circle.
Content copied to clipboard
radius
the radius of the circle.
Content copied to clipboard