Function graphics::triangulation::with_lerp_polygons_tri_list[][src]

pub fn with_lerp_polygons_tri_list<F>(
    m: Matrix2d,
    polygons: Polygons<'_>,
    tween_factor: Scalar,
    f: F
) where
    F: FnMut(&[[f32; 2]]), 

Streams tweened polygons using linear interpolation.