#include <FGInertial.h>
Inherits FGModel.
Definition at line 70 of file FGInertial.h.
Public Member Functions | |
| FGInertial (FGFDMExec *) | |
| double | GetEarthPositionAngle (void) const |
| double | GetEarthPositionAngleDeg (void) const |
| double | GetGAccel (double r) const |
| double | GetRefRadius (void) const |
| double | GetSemimajor (void) const |
| double | GetSemiminor (void) const |
| double | gravity (void) const |
| bool | InitModel (void) |
| double | omega (void) const |
| bool | Run (void) |
| Runs the model; called by the Executive. | |
| double | SLgravity (void) const |
| bool Run | ( | void | ) | [virtual] |
Reimplemented from FGModel.
Definition at line 108 of file FGInertial.cpp.
1.5.5