pub fn boolean_op_d(
clip_type: ClipType,
fill_rule: FillRule,
subjects: &PathsD,
clips: &PathsD,
precision: i32,
) -> PathsDExpand description
Perform a boolean operation on PathsD. Direct port from clipper.h BooleanOp (PathsD overload).