Function rigidbody_hollow_sphere_moment_of_inertia
pub fn rigidbody_hollow_sphere_moment_of_inertia(
mass: f64,
radius: f64,
) -> Option<f64>Expand description
Computes hollow-sphere moment of inertia using I = (2 / 3)mr².