22#include <libnova/ln_types.h>
39double LIBNOVA_EXPORT ln_get_mars_sdiam (
double JD);
52void LIBNOVA_EXPORT ln_get_mars_helio_coords (
double JD,
struct ln_helio_posn * position);
59void LIBNOVA_EXPORT ln_get_mars_equ_coords (
double JD,
struct ln_equ_posn * position);
67double LIBNOVA_EXPORT ln_get_mars_earth_dist (
double JD);
75double LIBNOVA_EXPORT ln_get_mars_solar_dist (
double JD);
83double LIBNOVA_EXPORT ln_get_mars_magnitude (
double JD);
91double LIBNOVA_EXPORT ln_get_mars_disk (
double JD);
99double LIBNOVA_EXPORT ln_get_mars_phase (
double JD);
105void LIBNOVA_EXPORT ln_get_mars_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