Trait zoom::particle::Velocity [] [src]

pub trait Velocity<V> {
    fn velocity(&self) -> V;
}

An object that has velocity

Required Methods

fn velocity(&self) -> V

Implementors