pub fn arrival_position(
arrival_planet: Planet,
departure_jd: f64,
transfer_time: Seconds,
) -> PlanetPositionExpand description
Compute the position of a destination planet at arrival, given departure date and transfer time.
Returns the position at arrival and the phase angle error (how far the planet actually is from where a Hohmann arrival would need it).