pub fn check_trajectory_stability(
muzzle_stability: f64,
muzzle_velocity_fps: f64,
terminal_velocity_fps: f64,
spin_decay_factor: f64,
) -> (bool, f64, String)Expand description
Check if bullet will remain stable throughout trajectory