Function lyon::tessellation::basic_shapes::fill_convex_polyline [] [src]

pub fn fill_convex_polyline<Iter, Output>(it: Iter,
                                          output: &mut Output)
                                          -> Count where Iter: Iterator<Item=TypedPoint2D<f32, UnknownUnit>>, Output: GeometryBuilder<FillVertex>

Tessellate a convex polyline.

TODO: normals are not implemented yet.