[][src]Trait lyon_path::builder::PolygonBuilder

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

Build a path from simple lists of points.

Required methods

fn polygon(&mut self, points: &[Point])

Add a closed polygon.

Loading content...

Implementors

impl PolygonBuilder for Builder[src]

impl PolygonBuilder for PathState[src]

Loading content...