pub fn with_ellipse_border_tri_list<F>(
    resolution: Resolution,
    m: Matrix2d,
    rect: Rectangle,
    border_radius: Radius,
    f: F
)where
    F: FnMut(&[[f32; 2]]),
Expand description

Streams an ellipse border specified by a resolution.