Spacecraft Control Framework 1.0
Spacecraft Control Library
Classes | Typedefs | Functions
sc_orbit_mnvr.h File Reference

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...
 

Detailed Description

Orbit maneuver algorithms.