Function moment_arm_degrees
pub fn moment_arm_degrees(lever_arm: f64, angle_degrees: f64) -> Option<f64>Expand description
Computes the perpendicular moment arm from an angle given in degrees.
This helper converts degrees to radians internally and delegates to moment_arm.