[][src]Trait mgf::Delta

pub trait Delta {
    fn delta(&self) -> Vector3<f32>;
}

An object with a positional derivative over a time step.

Required methods

fn delta(&self) -> Vector3<f32>

Loading content...

Implementors

impl<T: Shape> Delta for Moving<T>[src]

Loading content...