Function rigidbody_rod_moment_of_inertia_about_center
pub fn rigidbody_rod_moment_of_inertia_about_center(
mass: f64,
length: f64,
) -> Option<f64>Expand description
Computes rod moment of inertia about its center using I = (1 / 12)mL².