interpolate

Function interpolate 

Source
pub fn interpolate(i0: i64, d0: i64, i1: i64, d1: i64) -> Vec<i64>
Expand description

Draw a pseudo-line between the independent and dependent positions. Returns rounded values as i64s. If you don’t want the values rounded, use interpolate_floating