Trait bismuth::math::Interpolate [] [src]

pub trait Interpolate<F>: Sized where
    F: Float
{ fn lerp(&self, other: &Self, f: F) -> Self; fn midpoint(&self, other: &Self) -> Self { ... } }

Required Methods

Provided Methods

Implementors