2
3
4
5
6
7
8
9
10
11
12
13
14
15
17
18
19
20
21
22
23
27#include "core/CartesianVector.hpp"
28#include "core/macros.h"
39 int twoBodyPropagate(
double time,
double mu,
50 int mean2eccentric(
double mean_anomaly,
double eccentricity,
double &eccentric_anomaly,
51 double tol,
int max_iter);
58 int eccentric2true(
double eccentric_anomaly,
double eccentricity,
double &true_anomaly);
65 int true2eccentric(
double true_anomaly,
double eccentricity,
double &eccentric_anomaly);
72 int eccentric2mean(
double eccentric_anomaly,
double eccentricity,
double &mean_anomaly);
#define CartesianVector3D
Definition macros.h:54