Contains the specification of the pedestrian model based on OpenSteer.
More...
|
float | frandom01 () |
| Simple function to compute a uniformly distributed random number in the interval [0, 1]. More...
|
|
|
const float | TAU = 80.f |
| The default time horizon for predicting agent collisions.
|
|
const float | TAU_OBST = 1.f |
| The default time horizon for predicting obstacle collisions.
|
|
Contains the specification of the pedestrian model based on OpenSteer.
float OpenSteer::frandom01 |
( |
| ) |
|
|
inline |
Simple function to compute a uniformly distributed random number in the interval [0, 1].
- Returns
- A uniformly distributed random number in the range [0, 1].