Skip to main content

boolean_op_d

Function boolean_op_d 

Source
pub fn boolean_op_d(
    clip_type: ClipType,
    fill_rule: FillRule,
    subjects: &PathsD,
    clips: &PathsD,
    precision: i32,
) -> PathsD
Expand description

Perform a boolean operation on PathsD. Direct port from clipper.h BooleanOp (PathsD overload).