Struct lyon_tessellation::FillTessellator [] [src]

pub struct FillTessellator {
    pub _handle_intersections: bool,
    // some fields omitted
}

A Context object that can tessellate fill operations for complex paths.

The Tessellator API is not stable yet. For example it is not clear whether we will use separate Tessellator structs for some of the different configurations (vertex-aa, etc), or if evertything can be implemented with the same algorithm.

Fields

Methods

impl FillTessellator
[src]

Constructor.

Compute the tessellation from a path iterator.

Compute the tessellation from pre-sorted events.

Enable some verbose logging during the tessellation, for debugging purposes.