Function tiny_skia_path::stroker::miter_joiner
source ยท fn miter_joiner(
before_unit_normal: Point,
pivot: Point,
after_unit_normal: Point,
radius: f32,
inv_miter_limit: f32,
prev_is_line: bool,
curr_is_line: bool,
builders: SwappableBuilders<'_>,
)