-
- All Implemented Interfaces:
public class SinglePrevalent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleDEFAULT_TOLERANCE_ANGLEprivate final DoubleDEFAULT_ALPHAprivate final DoubleDEFAULT_MAX_WALK_RATIOprivate final DoubleDEFAULT_DELTApublic final static SinglePrevalent.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DoublegetDEFAULT_TOLERANCE_ANGLE()On average, it was observed that this value allows the pedestrian not to get stuck in obstacles. final DoublegetDEFAULT_ALPHA()Empirically found to produce a good smoothing while leaving enough freedom of movement to the pedestrian (e.g. final DoublegetDEFAULT_MAX_WALK_RATIO()Empirically found to produce natural movements. final DoublegetDEFAULT_DELTA()Good trade-off between efficiency and accuracy. -
-
Method Detail
-
getDEFAULT_TOLERANCE_ANGLE
final Double getDEFAULT_TOLERANCE_ANGLE()
On average, it was observed that this value allows the pedestrian not to get stuck in obstacles.
-
getDEFAULT_ALPHA
final Double getDEFAULT_ALPHA()
Empirically found to produce a good smoothing while leaving enough freedom of movement to the pedestrian (e.g. to perform sudden changes of direction).
-
getDEFAULT_MAX_WALK_RATIO
final Double getDEFAULT_MAX_WALK_RATIO()
Empirically found to produce natural movements.
-
getDEFAULT_DELTA
final Double getDEFAULT_DELTA()
Good trade-off between efficiency and accuracy.
-
-
-
-