Trait mgf::Inertia [] [src]

pub trait Inertia {
    fn tensor(&self, m: f32) -> Matrix3<f32>;
}

An type that has a moment of inertia.

Required Methods

Implementors