Function graphics::triangulation::with_ellipse_tri_list

source ยท
pub fn with_ellipse_tri_list<F>(
    resolution: Resolution,
    m: Matrix2d,
    rect: Rectangle,
    f: F,
)
where F: FnMut(&[[f32; 2]]),
Expand description

Streams an ellipse specified by a resolution.