Trait mgf::Delta [] [src]

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

An object with a positional derivative over a timestep

Required Methods

Implementors