Homogeneous Orienting Pedestrian2D
fun <T, N : ConvexPolygon, E> HomogeneousOrientingPedestrian2D(incarnation: Incarnation<T, Euclidean2DPosition>, randomGenerator: RandomGenerator, environment: EuclideanPhysics2DEnvironmentWithGraph<*, T, N, E>, nodeCreationParameter: String? = null, knowledgeDegree: Double, minSide: Double = 30.0, maxSide: Double = 60.0, group: PedestrianGroup2D<T>? = null)
Content copied to clipboard
fun <T, N : ConvexPolygon, E> HomogeneousOrientingPedestrian2D(randomGenerator: RandomGenerator, environment: EuclideanPhysics2DEnvironmentWithGraph<*, T, N, E>, backingNode: Node<T>, knowledgeDegree: Double, minSide: Double = 30.0, maxSide: Double = 60.0, group: PedestrianGroup2D<T>? = null)
Content copied to clipboard
Parameters
T
the concentration type.
N
the type of nodes of the navigation graph provided by the environment.
E
the type of edges of the navigation graph provided by the environment.