Struct lyon::path_iterator::Flattened [] [src]

pub struct Flattened<Iter> { /* fields omitted */ }

An iterator that consumes an PathIterator and yields FlattenedEvents.

Methods

impl<Iter> Flattened<Iter> where
    Iter: PathIterator
[src]

[src]

Create the iterator.

Trait Implementations

impl<Iter> FlattenedIterator for Flattened<Iter> where
    Iter: PathIterator
[src]

[src]

The returned structure exposes the current position, the first position in the current sub-path, and the position of the last control point. Read more

[src]

Returns an iterator of path events.

[src]

Returns an iterator of svg events.

impl<Iter> Iterator for Flattened<Iter> where
    Iter: PathIterator
[src]