GradientProviderType

Holds all viable gradient provider types.


Field: PEDESTRIAN_CONTINUOUS [GradientProviderType]

uses PEDESTRIAN_CONTINUOUS, but enables the user to define two teleporter lines where the pedestrians are set back to the respective other line.


Field: FLOOR_EUCLIDEAN_CONTINUOUS_MOLLIFIED [GradientProviderType]

using continuous solution with Euklidean distance to targets


Field: FLOOR_EUCLIDEAN_CONTINUOUS [GradientProviderType]

using discrete solution of the Eikonal equation, like with Fast Marching


Field: OBSTACLE_CONTINUOUS [GradientProviderType]

using continuous solution with Euklidean distance to targets, mollified so that the gradient is continuous


Field: PEDESTRIAN_CYCLE_CONTINUOUS [GradientProviderType]

obstacle "forces", continuous


Field: FLOOR_EIKONAL_DISCRETE [GradientProviderType]

---