Skip to main content

difference_d

Function difference_d 

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

Compute the difference of subjects minus clips (PathsD). Direct port from clipper.h Difference (PathsD overload).