[][src]Function lyon_tessellation::basic_shapes::fill_polyline

pub fn fill_polyline<Iter>(
    polyline: Iter,
    tessellator: &mut FillTessellator,
    options: &FillOptions,
    output: &mut dyn FillGeometryBuilder
) -> TessellationResult where
    Iter: IntoIterator<Item = Point>, 

Tessellate an arbitrary shape that is described by an iterator of points.