Function piston_window::triangulation::with_lerp_polygons_tri_list[][src]

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]]), 

Streams tweened polygons using linear interpolation.