Skip to main content

boolean_op_64

Function boolean_op_64 

Source
pub fn boolean_op_64(
    clip_type: ClipType,
    fill_rule: FillRule,
    subjects: &Paths64,
    clips: &Paths64,
) -> Paths64
Expand description

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