Distance Weighted
fun <T> DistanceWeighted(environment: Euclidean2DEnvironment<T>, pedestrian: Pedestrian2D<T>, defaultWeight: Double = 1.0)
Content copied to clipboard
Parameters
environment
the environment in which the pedestrian moves.Content copied to clipboard
pedestrian
the owner of the steering action this strategy belongs to.Content copied to clipboard