pub fn intersect_d(
subjects: &PathsD,
clips: &PathsD,
fill_rule: FillRule,
precision: i32,
) -> PathsDExpand description
Compute the intersection of subjects and clips (PathsD). Direct port from clipper.h Intersect (PathsD overload).