Function astro::orbit::near_parabolic::true_anom_and_rad_vec [] [src]

pub fn true_anom_and_rad_vec<'a>(t: f64, T: f64, ecc: f64, q: f64, accuracy: f64) -> Result<(f64, f64), &'a str>

Computes the true anomaly and radius vector of a body in a near-parabolic orbit at a given time

Returns

(true_anom, rad_vec)

Arguments