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