Cognitive Agent Wander
open class CognitiveAgentWander<T>(environment: Physics2DEnvironment<T>, reaction: Reaction<T>, pedestrian: Pedestrian2D<T>, randomGenerator: RandomGenerator, offset: Double, radius: Double) : AbstractSteeringActionWithTarget<T, Euclidean2DPosition, Euclidean2DTransformation>
Content copied to clipboard
Give the impression of a random walk through the environment targeting an ever changing pseudo-randomly point of a circumference at a given distance and with a given radius from the current pedestrian position.
Parameters
environment
the environment inside which the pedestrian moves.
Content copied to clipboard
pedestrian
the owner of this action.
Content copied to clipboard
random Generator
the simulation {@link RandomGenerator}.
Content copied to clipboard
offset
the distance from the pedestrian position of the center of the circle.
Content copied to clipboard
radius
the radius of the circle.
Content copied to clipboard
Constructors
Link copied to clipboard
fun <T> CognitiveAgentWander(environment: Physics2DEnvironment<T>, reaction: Reaction<T>, pedestrian: Pedestrian2D<T>, randomGenerator: RandomGenerator, offset: Double, radius: Double)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The position the owner of this action moves towards, in absolute coordinates.