Struct lyon::bezier::QuadraticFlatteningIter [] [src]

pub struct QuadraticFlatteningIter { /* fields omitted */ }

An iterator over a quadratic bezier segment that yields line segments approximating the curve for a given approximation threshold.

The iterator starts at the first point after the origin of the curve and ends at the destination.

Methods

impl QuadraticFlatteningIter

Trait Implementations

impl Iterator for QuadraticFlatteningIter