pub fn with_round_border_line_tri_list<F>(
    resolution_cap: u32,
    m: [[f64; 3]; 2],
    line: [f64; 4],
    round_border_radius: f64,
    f: F
)where
    F: FnMut(&[[f32; 2]]),
Expand description

Streams a round border line.