Trait tuix_internal::Interpolator[][src]

pub trait Interpolator {
    fn interpolate(start: &Self, end: &Self, t: f32) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors