Skip to main content

periapsis_speed

Function periapsis_speed 

Source
pub fn periapsis_speed(
    mu: f64,
    periapsis_radius: f64,
    apoapsis_radius: f64,
) -> Option<f64>
Expand description

Computes speed at periapsis using the vis-viva equation.

Returns None when the apsides are invalid or when the derived speed is invalid.