pub fn transonic_correction(
mach: f64,
base_cd: f64,
shape: ProjectileShape,
include_wave_drag: bool,
) -> f64Expand description
Apply transonic corrections to a base drag coefficient
This is the main function to use for correcting drag coefficients in the transonic regime.