Expand description
Bezier related stuffs
Structs§
- Path
Builder - A path builder based on quadratic beziers
Functions§
- approx_
cubic_ with_ quadratic - Approx a cubic bezier with quadratic bezier
- cubic_
bezier_ eval - Evaluate a cubic bezier at
tin [0.0, 1.0] - get_
subpath_ closed_ flag - When path is empty, returns None
- partial_
quadratic_ bezier - Returns the control points of the given part of a quadratic bezier curve.
- point_
on_ quadratic_ bezier - Returns the point on a quadratic bezier curve at the given parameter.
- quad_
bezier_ eval - Evaluate a quad bezier at
tin [0.0, 1.0] - split_
cubic_ bezier - Split a cubic bezier at progress value
tin [0.0, 1.0] - split_
quad_ bezier - Split a quad bezier at progress value
tin [0.0, 1.0] - trim_
cubic_ bezier - Get [a, b] of a cubic bezier
- trim_
quad_ bezier - Get [a, b] of a quad bezier