lerp

Function lerp 

Source
pub(crate) fn lerp(t: f32, p0: Point, p1: Point) -> Point
Expand description

Linear interpolation between points.