pub fn boolean_op_tree_64(
clip_type: ClipType,
fill_rule: FillRule,
subjects: &Paths64,
clips: &Paths64,
solution: &mut PolyTree64,
)Expand description
Perform a boolean operation on Paths64 with PolyTree64 output. Direct port from clipper.h BooleanOp (PolyTree64 overload).