Function graphics::triangulation::with_round_rectangle_tri_list

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

Streams a round rectangle.