[][src]Trait linear_sim::object::Massive

pub trait Massive: Bounded + Inertial {
    fn density(&self) -> Option<f64> { ... }
}

A bounded object with mass

Provided methods

fn density(&self) -> Option<f64>

Loading content...

Implementors

Loading content...