Function round_join

Source
fn round_join(
    out: &mut BezPath,
    tolerance: f64,
    center: Point,
    norm: Vec2,
    angle: f64,
)