NavigationPrioritisedSteering
open class NavigationPrioritisedSteering<T, N : ConvexPolygon> @JvmOverloads constructor( environment: Euclidean2DEnvironmentWithGraph<*, T, N, *>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>, toleranceAngle: Double = Math.toDegrees(SinglePrevalent.DEFAULT_TOLERANCE_ANGLE), alpha: Double = SinglePrevalent.DEFAULT_ALPHA) : SteeringBehavior<T>
Content copied to clipboard
A SteeringBehavior using SinglePrevalent steering strategy and accepting a collection of actions containing a single NavigationAction2D, which is used as the prevalent one.
Parameters
T
concentration type
N
type of nodes of the environment's graph.
Constructors
Link copied to clipboard
fun <T, N : ConvexPolygon> NavigationPrioritisedSteering( environment: Euclidean2DEnvironmentWithGraph<*, T, N, *>, pedestrian: PedestrianProperty<T>, timeDistribution: TimeDistribution<T>, toleranceAngle: Double = Math.toDegrees(SinglePrevalent.DEFAULT_TOLERANCE_ANGLE), alpha: Double = SinglePrevalent.DEFAULT_ALPHA)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open override fun cloneOnNewNode(node: Node<T>, currentTime: Time): SteeringBehavior<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun initializationComplete(atTime: Time, environment: Environment<T, *>)
Content copied to clipboard
Link copied to clipboard
The list of steering actions in this reaction.