Function graphics::triangulation::with_lerp_polygons_tri_list

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

Streams tweened polygons using linear interpolation.