Trait Massive
linear_sim::object
pub trait Massive: Bounded + Inertial { fn density(&self) -> Option<f64> { ... } }
A bounded object with mass
fn density(&self) -> Option<f64>