Function piston_window::triangulation::with_arc_tri_list[][src]

pub fn with_arc_tri_list<F>(
    start_radians: f64,
    end_radians: f64,
    resolution: u32,
    m: [[f64; 3]; 2],
    rect: [f64; 4],
    border_radius: f64,
    f: F
) where
    F: FnMut(&[[f32; 2]]), 

Streams an arc between the two radian boundaries.