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

Streams a round rectangle border.