Astro
0.0.0
A C++ library for space dynamics
|
Structure container for the Earth J2000 Keplerian orbital elements for orbit about the Sun. More...
#include <Planets.hh>
Inherits Astro::OrbitalElements::Keplerian.
Public Member Functions | |
KeplerianEarth () | |
Public Member Functions inherited from Astro::OrbitalElements::Keplerian | |
Keplerian () | |
Keplerian (Real const t_a, Real const t_e, Real const t_i, Real const t_Omega, Real const t_omega) | |
Keplerian (Vector5 const &t_kepl) | |
Keplerian (Keplerian const &)=default | |
Keplerian (Keplerian &&)=default | |
Keplerian & | operator= (const Keplerian &)=default |
Keplerian & | operator= (Keplerian &&)=default |
Vector5 | vector () const |
std::string | info () const |
void | info (std::ostream &os) |
void | reset () |
bool | sanity_check () const |
bool | is_singular (Real tol_i=EPSILON_LOW, Real tol_e=EPSILON_LOW) const |
bool | is_nonsingular (Real tol_i=EPSILON_LOW, Real tol_e=EPSILON_LOW) const |
Real | u () const |
Real | p () const |
Additional Inherited Members | |
Public Attributes inherited from Astro::OrbitalElements::Keplerian | |
Real | a {QUIET_NAN} |
Real | e {QUIET_NAN} |
Real | i {QUIET_NAN} |
Real | Omega {QUIET_NAN} |
Real | omega {QUIET_NAN} |
Structure container for the Earth J2000 Keplerian orbital elements for orbit about the Sun, which are:
|
inline |