[][src]Trait ultraviolet::Lerp

pub trait Lerp<T> {
    fn lerp(&self, end: Self, t: T) -> Self;
}

Required methods

fn lerp(&self, end: Self, t: T) -> Self

Loading content...

Implementors

impl Lerp<f32> for Vec2[src]

impl Lerp<f32> for Vec3[src]

impl Lerp<f32x4> for Wec2[src]

impl Lerp<f32x4> for Wec3[src]

Loading content...