Function piston_window::triangulation::with_ellipse_border_tri_list

source ยท
pub fn with_ellipse_border_tri_list<F>(
    resolution: u32,
    m: [[f64; 3]; 2],
    rect: [f64; 4],
    border_radius: f64,
    f: F
)
where F: FnMut(&[[f32; 2]]),
Expand description

Streams an ellipse border specified by a resolution.