Trait ux::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]

Loading content...

Implementors

Loading content...