[][src]Trait mgf::Inertia

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

Any type that has a moment of inertia tensor.

Required methods

fn tensor(&self, m: f32) -> Matrix3<f32>

Loading content...

Implementors

impl Inertia for Component[src]

impl Inertia for Capsule[src]

impl Inertia for OBB[src]

impl Inertia for Sphere[src]

Loading content...