Go to the source code of this file.
Variables |
| const double | DtTurningSpeedTol = 0.0556 |
| | Allow a turn of no more than 2 degrees when moving too fast, which equals ~ 0.0556 radians.
|
| const double | DtLandingTolerance = 1.0 |
| | This is the tolerance for determining if a control point is close enough to the terrain (and maybe later another entity) to be considered on the terrain (or that entity).
|
Detailed Description
Variable Documentation
| const double DtTurningSpeedTol = 0.0556 |
Allow a turn of no more than 2 degrees when moving too fast, which equals ~ 0.0556 radians.
| const double DtLandingTolerance = 1.0 |
This is the tolerance for determining if a control point is close enough to the terrain (and maybe later another entity) to be considered on the terrain (or that entity).