[][src]Function pbrt::core::geometry::pnt3_lerp

pub fn pnt3_lerp(t: Float, p0: &Point3f, p1: &Point3f) -> Point3f

Interpolate linearly between two provided points.