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