BlendedSteering
open class BlendedSteering<T>(environment: Euclidean2DEnvironment<T>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>) : SteeringBehavior<T> (source)
Steering behavior that blends multiple steering actions using a DistanceWeighted strategy.
Parameters
environment
the environment in which the pedestrian moves.
pedestrian
the owner of this reaction.
timeDistribution
the time distribution governing reaction execution.
Type Parameters
T
the concentration type.
Inheritors
Constructors
Link copied to clipboard
constructor(environment: Euclidean2DEnvironment<T>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>)