pub fn is_rotational_equilibrium( moments: &[f64], tolerance: f64, ) -> Option<bool>
Checks whether a moment system is in rotational equilibrium.