pub fn calculate_enhanced_spin_drift(
bullet_mass: f64,
velocity_mps: f64,
twist_rate: f64,
bullet_diameter: f64,
bullet_length: f64,
is_twist_right: bool,
time_s: f64,
air_density: f64,
crosswind_mps: f64,
pitch_rate_rad_s: f64,
use_pitch_damping: bool,
) -> SpinDriftComponentsExpand description
Calculate enhanced spin drift with all components