![]() |
siderust-cpp
Header-only C++ wrapper for siderust
|

Go to the source code of this file.
Functions | |
| static void | geodetic_and_ecef_example () |
| static void | spherical_direction_example () |
| static void | spherical_position_example () |
| static void | cartesian_and_units_example () |
| static void | ephemeris_typed_example () |
| int | main () |
|
static |
Definition at line 62 of file coordinates_examples.cpp.
References siderust::cartesian::Direction< F >::x, siderust::cartesian::Position< C, F, U >::x(), siderust::cartesian::Direction< F >::y, siderust::cartesian::Position< C, F, U >::y(), siderust::cartesian::Direction< F >::z, and siderust::cartesian::Position< C, F, U >::z().
Referenced by main().
|
static |
Definition at line 77 of file coordinates_examples.cpp.
References siderust::earth(), siderust::ephemeris::earth_heliocentric(), and siderust::ephemeris::moon_geocentric().
Referenced by main().
|
static |
Definition at line 18 of file coordinates_examples.cpp.
References siderust::Geodetic::height, siderust::Geodetic::lat, siderust::Geodetic::lon, and siderust::Geodetic::to_cartesian().
Referenced by main().
| int main | ( | ) |
Definition at line 90 of file coordinates_examples.cpp.
References cartesian_and_units_example(), ephemeris_typed_example(), geodetic_and_ecef_example(), spherical_direction_example(), and spherical_position_example().
|
static |
Definition at line 33 of file coordinates_examples.cpp.
References siderust::spherical::Direction< F >::dec(), siderust::spherical::Direction< F >::ra(), siderust::ROQUE_DE_LOS_MUCHACHOS, siderust::spherical::Direction< F >::to(), and siderust::spherical::Direction< F >::to_horizontal().
Referenced by main().
|
static |
Definition at line 49 of file coordinates_examples.cpp.
References siderust::spherical::Position< C, F, U >::dec(), siderust::spherical::Position< C, F, U >::direction(), siderust::spherical::Position< C, F, U >::distance(), and siderust::spherical::Position< C, F, U >::ra().
Referenced by main().