Trait animate::PatternFiller[][src]

pub trait PatternFiller {
    fn fill_polygon(
        &self,
        points: Vec<Point<f64>>,
        options: &RoughOptions
    ) -> OpSet; }

Required methods

fn fill_polygon(&self, points: Vec<Point<f64>>, options: &RoughOptions) -> OpSet[src]

Loading content...

Implementors

Loading content...