#include <NavSatOrbit.hpp>
Inheritance diagram for NavSatOrbit:


Definition at line 46 of file NavSatOrbit.hpp.
Public Member Functions | |
| NavSatOrbit () | |
| Default constructor. | |
| virtual | ~NavSatOrbit () |
| Default destructor. | |
| virtual Vector< double > | getDerivatives (const double &t, const Vector< double > &y) |
| Compute the derivatives. | |
|
|
Default constructor.
Definition at line 39 of file NavSatOrbit.cpp. |
|
|
Default destructor.
Definition at line 54 of file NavSatOrbit.hpp. |
|
||||||||||||
|
Compute the derivatives. t time or the independent variable. y the required data.
Reimplemented from SatOrbit. |
1.3.9.1