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

pub fn passage_through_node(w: f64, q: f64, T: f64, node: &Node) -> (f64, f64)

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

Returns

(time_of_pass, rad_vec)

Arguments