SteeringBehavior
open class SteeringBehavior<T>(environment: Environment<T, Euclidean2DPosition>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>, val steerStrategy: SteeringStrategy<T, Euclidean2DPosition>) : AbstractReaction<T> (source)
Reaction representing a pedestrian's steering behavior.
Parameters
timeDistribution
the time distribution that schedules reaction execution
Type Parameters
T
the concentration type
Inheritors
Constructors
Link copied to clipboard
constructor(environment: Environment<T, Euclidean2DPosition>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>, steerStrategy: SteeringStrategy<T, Euclidean2DPosition>)