Trait mgf::Delta[][src]

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

An object with a positional derivative over a time step.

Required Methods

Implementors