pub fn calculate_aerodynamic_jump(
muzzle_velocity_mps: f64,
spin_rate_rad_s: f64,
crosswind_mps: f64,
caliber_m: f64,
mass_kg: f64,
barrel_length_m: f64,
twist_rate_calibers: f64,
is_right_twist: bool,
initial_yaw_rad: f64,
air_density_kg_m3: f64,
) -> AerodynamicJumpComponentsExpand description
Calculate aerodynamic jump for a spinning projectile.
Aerodynamic jump is the displacement of the projectile’s trajectory as it transitions from constrained motion in the barrel to free flight.