pub fn center_moment_from_parallel_axis( shifted_moment_of_inertia: f64, mass: f64, distance: f64, ) -> Option<f64>
Computes the center moment from a shifted moment using I_cm = I - md².
I_cm = I - md²