Physical Blended Steering
class PhysicalBlendedSteering<T>(val environment: Dynamics2DEnvironment<T>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>) : BlendedSteering<T>
A BlendedSteering reaction which also considers physical interactions.
Constructors
Link copied to clipboard
constructor(environment: Dynamics2DEnvironment<T>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun initializationComplete(@Nonnull atTime: Time, @Nonnull environment: Environment<T, *>)
Link copied to clipboard
The list of steering actions in this reaction.
Link copied to clipboard
Converts a Reaction to a ReactionSurrogate.