Module lyon_bezier::quadratic_bezier [] [src]

Structs

Flattened

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

QuadraticBezierSegment

A 2d curve segment defined by three points: the beginning of the segment, a control point and the end of the segment.

XMonotoneQuadraticBezierSegment

A monotonically increasing in x cubic bézier curve segment

YMonotoneQuadraticBezierSegment

A monotonically increasing in y cubic bézier curve segment