Trait zoom::particle::Inertia [] [src]

pub trait Inertia<D> {
    fn inertia(&self) -> D;
}

An object that has inertia

Required Methods

fn inertia(&self) -> D

Implementors