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

Interpolate linearly between two provided points.