Function astro::planet::geocent_geomet_ecl_coords [] [src]

pub fn geocent_geomet_ecl_coords(L0: f64, B0: f64, R0: f64, L: f64, B: f64, R: f64) -> (f64, f64, f64, f64)

Computes a planet's geocentric, geometric ecliptic position, uncorrected for light-time

Returns

(ecl_long, ecl_lat, rad_vec, light_time)

The coordinates returned here refer to the true position of the planet at the time of interest, and therefore are not corrected for the effect of light-time.

Arguments