Skip to main content

intersect_d

Function intersect_d 

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

Compute the intersection of subjects and clips (PathsD). Direct port from clipper.h Intersect (PathsD overload).