Single Prevalent
fun <T, N : ConvexPolygon> SinglePrevalent(environment: Euclidean2DEnvironmentWithGraph<*, T, N, *>, pedestrian: Pedestrian2D<T>, prevalent: SteeringActions<T>.() -> NavigationAction2D<T, *, *, N, *>, toleranceAngle: Double = DEFAULT_TOLERANCE_ANGLE, alpha: Double = DEFAULT_ALPHA, maxWalk: () -> Double, maxWalkRatio: Double = DEFAULT_MAX_WALK_RATIO, delta: Double = DEFAULT_DELTA)
Content copied to clipboard
Parameters
T
concentration type
N
type of nodes of the environment's graph.