pub fn with_lerp_polygons_tri_list<F>(
    m: [[f64; 3]; 2],
    polygons: &[&[[f64; 2]]],
    tween_factor: f64,
    f: F
)where
    F: FnMut(&[[f32; 2]]),
Expand description

Streams tweened polygons using linear interpolation.