Skip to main content

intersect_64

Function intersect_64 

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

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