pub fn convert_bc_at_velocity(
source_bc: f64,
source: DragModel,
target: DragModel,
velocity_fps: f64,
speed_of_sound_fps: f64,
) -> Result<ScalarBcConversionV1, BcConversionError>Expand description
Convert one scalar BC at a stated velocity and speed of sound, both in ft/s.