[−][src]Module lyon_geom::cubic_bezier
Structs
CubicBezierSegment | A 2d curve segment defined by four points: the beginning of the segment, two control points and the end of the segment. |
Flattened | An iterator over a cubic bezier segment that yields line segments approximating the curve for a given approximation threshold. |
Type Definitions
MonotonicCubicBezierSegment | A monotonically increasing in x and y quadratic bézier curve segment |