Trait lyon_path_builder::PolygonBuilder [] [src]

pub trait PolygonBuilder {
    fn polygon(&mut self, points: &[Point]);
}

Build a path from a simple list of points.

Required Methods

Implementors