pub fn arc_arc_intersection(
arc1_center: Coords2d,
arc1_start: Coords2d,
arc1_end: Coords2d,
arc2_center: Coords2d,
arc2_start: Coords2d,
arc2_end: Coords2d,
epsilon: f64,
) -> Option<Coords2d>Expand description
Helper to calculate intersection between two arcs (via circle-circle intersection)