[][src]Function lyon_tessellation::basic_shapes::fill_convex_polyline

pub fn fill_convex_polyline<Iter>(
    it: Iter,
    options: &FillOptions,
    output: &mut dyn FillGeometryBuilder
) -> TessellationResult where
    Iter: Iterator<Item = Point> + Clone

Tessellate a convex shape that is described by an iterator of points.

The shape is assumed to be convex, calling this function with a concave shape may produce incorrect results.