Function tess2::fill_intersection [] [src]

pub fn fill_intersection(
    a: &[Vertex],
    b: &[Vertex]
) -> Result<Triangles, String>

Tessellates the intersection of the given simple polygon paths. To tessellate many, call this function again on the resulting triangles; may become expensive.