PhysicalBlendedSteering
class PhysicalBlendedSteering<T>(val environment: Dynamics2DEnvironment<T>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>) : BlendedSteering<T> (source)
A BlendedSteering reaction which also considers physical interactions.
Constructors
Link copied to clipboard
constructor(environment: Dynamics2DEnvironment<T>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>)