pub fn estimate_bc_from_trajectory(
velocity: f64,
mass: f64,
diameter: f64,
points: &[(f64, f64)],
) -> Result<f64, BallisticsError>Expand description
Estimate a G1 BC from a drop curve. Back-compatible wrapper over estimate_bc_fit;
points are (distance_m, drop_m).