![]() |
VR-Forces 4.6.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtFixedWingPilotController |
| DtFixedWingPilotController is a controller that models the capabilities of a fixed-wing pilot. More... | |
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 = 2.5 |
| 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). | |
| 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 = 2.5 |
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).
If the bottom of the aircraft's bounding volume would be this far off the ground if the aircraft was at that point, then the point is considered to be airborne, not on the ground.