Function net_torque_from_force_lever_pairs
pub fn net_torque_from_force_lever_pairs(pairs: &[(f64, f64)]) -> Option<f64>Expand description
Computes the net torque for force and lever-arm pairs.
This helper delegates to torques_from_force_lever_pairs and then to net_torque.