Astro
0.0.0
A C++ library for space dynamics
|
Go to the source code of this file.
Classes | |
struct | Astro::Planets::KeplerianEarth |
Structure container for the Earth J2000 Keplerian orbital elements for orbit about the Sun. More... | |
struct | Astro::Planets::KeplerianMoon |
Structure container for the Moon Keplerian orbital elements for orbit about the Earth. More... |
Namespaces | |
namespace | Astro |
The namespace for the Astro library. | |
namespace | Astro::Planets |
Functions | |
Body | Astro::Planets::Earth () |
Create a Earth object with J2000 Keplerian orbital elements. | |
Vector3 | Astro::Planets::EarthMagneticFieldDipole (Vector3 const &position) |
Compute the Eath magnetic field at a given positionusing the IGRF model. | |
Body | Astro::Planets::Moon () |
Create a Moon object with Keplerian orbital elements. |