Function dvec::bilerp [] [src]

pub fn bilerp<S, T>(nw: S, ne: S, sw: S, se: S, t: Vec2<T>) -> S where
    S: Lerp<T>,
    T: Copy

Bilinear interpolation.