Function interpolate

Source
pub fn interpolate(v0: Point, v1: Point, w: f64) -> Point
Expand description

Perform linear interpolation of the vectors v0 and v1, using the ratio w which is assumed to be between 0..1.