NavigationPrioritisedSteering

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)

Parameters

T

concentration type

N

type of nodes of the environment's graph.