Function cheap_ruler::interpolate

source ·
pub fn interpolate<T: Float + Debug>(
    a: &Point<T>,
    b: &Point<T>,
    t: T
) -> Point<T>