Trait components::PatternFiller [−][src]
pub trait PatternFiller {
pub fn fill_polygon(
&self,
points: Vec<Point2D<f64, UnknownUnit>, Global>,
options: &RoughOptions
) -> OpSet;
}Required methods
pub fn fill_polygon(
&self,
points: Vec<Point2D<f64, UnknownUnit>, Global>,
options: &RoughOptions
) -> OpSet[src]
&self,
points: Vec<Point2D<f64, UnknownUnit>, Global>,
options: &RoughOptions
) -> OpSet