22#include <libnova/ln_types.h>
39double LIBNOVA_EXPORT ln_get_mercury_sdiam (
double JD);
52void LIBNOVA_EXPORT ln_get_mercury_helio_coords (
double JD,
struct ln_helio_posn * position);
60void LIBNOVA_EXPORT ln_get_mercury_equ_coords (
double JD,
struct ln_equ_posn * position);
68double LIBNOVA_EXPORT ln_get_mercury_earth_dist (
double JD);
76double LIBNOVA_EXPORT ln_get_mercury_solar_dist (
double JD);
84double LIBNOVA_EXPORT ln_get_mercury_magnitude (
double JD);
92double LIBNOVA_EXPORT ln_get_mercury_disk (
double JD);
100double LIBNOVA_EXPORT ln_get_mercury_phase (
double JD);
107void LIBNOVA_EXPORT ln_get_mercury_rect_helio (
double JD,
struct ln_rect_posn * position);
Equatorial Coordinates.
Definition ln_types.h:171
Heliocentric position.
Definition ln_types.h:217
Ecliptical (or celestial) Longitude and Latitude.
Definition ln_types.h:201
Rectangular coordinates.
Definition ln_types.h:238
Rise, Set and Transit times.
Definition ln_types.h:318