Trait aurum_numeric::Lerp [] [src]

pub trait Lerp<T> {
    fn lerp(a: Self, b: Self, t: T) -> Self;
}

Trait for linear interpolation.

Required Methods

Implementors