Expand description
Bézier paths (up to cubic).
Structs§
- BezPath
- A Bézier path.
- Line
Intersection - An intersection of a
Line
and aPathSeg
. - MinDistance
- The minimum distance between two Bézier curves.
- Path
SegIter - An iterator for path segments.
- Segments
- An iterator that transforms path elements to path segments.
Enums§
Constants§
- TO_
QUAD_ 🔒TOL - Proportion of tolerance budget that goes to cubic to quadratic conversion.
Functions§
- cubic_
bez_ 🔒coefs - flatten
- Flatten the path, invoking the callback repeatedly.
- quadratic_
bez_ 🔒coefs - reverse_
subpath 🔒 - Helper for reversing a subpath.
- segments
- Transform an iterator over path elements into one over path segments.