Function astro::orbit::elliptic::passage_through_node [] [src]

pub fn passage_through_node(w: f64, n: f64, a: f64, e: f64, T: f64, node: &Node) -> (f64, f64)

Computes the time of passage of a body through a node of an elliptic orbit, and it's radius vector at that time

Returns

(time_of_pass, rad_vec)

Arguments