Spacecraft Control Framework 1.0
Spacecraft Control Library
|
Orbit maneuver algorithms. More...
Go to the source code of this file.
Classes | |
struct | lambert_out |
Structure for storing the data output the Lambert TOF solver. More... | |
Typedefs | |
typedef struct lambert_out | lambert_out |
Structure for storing the data output the Lambert TOF solver. | |
Functions | |
lambert_out | lambert_tof (const ml_matrix &r1, const ml_matrix &r2, double dT, int orbitType=1, double mu=3.98600436e5, double tol=1e-10, int maxIter=20) |
Solves the Lambert time of flight problem using Battin's method. More... | |
Orbit maneuver algorithms.