Trait mgf::Inertia[][src]

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

Any type that has a moment of inertia tensor.

Required Methods

Implementors