Trait PatternFiller

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

Required Methods§

Source

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

Implementors§