pub fn pacejka_fy(alpha: f64, b: f64, c: f64, d: f64, e: f64) -> f64Expand description
Compute the Pacejka magic formula lateral force Fy.
Parameters follow the standard Pacejka notation.
alpha— slip angle in radiansb— stiffness factorc— shape factord— peak valuee— curvature factor
Returns the lateral force as a fraction of normal load (Fy / Fz).