Trait amethyst_animation::InterpolationFunction [] [src]

pub trait InterpolationFunction: Interpolate<[f32; 3]> + Interpolate<[f32; 4]> + Send + Sync + Debug { }

Trait used if an outside user wants to supply their own interpolation function

Implementors