pub fn calculate_limit_cycle_yaw(
velocity_mps: f64,
spin_rate_rad_s: f64,
stability_factor: f64,
_crosswind_mps: f64,
) -> f64👎Deprecated since 0.22.18: use calculate_limit_cycle_yaw_with_inertias for projectile-specific yaw of repose
Expand description
Estimate flat-fire yaw of repose for the representative projectile in
PrecessionNutationParams::default.
Retained for source compatibility. The original signature has no projectile inertia, so it
cannot produce a general yaw-of-repose value. crosswind_mps is ignored because crosswind yaw
is transient; use calculate_limit_cycle_yaw_with_inertias for a projectile-specific result.