bezier.hazmat package¶
The bezier.hazmat subpackage is a “hazardous materials” layer.
The modules contained here provide low-level functionality for the public
API of the bezier package. They are not subject to any API stability
guarantees. Understanding these low-level details is not required to be an
everyday user of bezier, but documenting them will allow examples and
narrative for those interested on learning more.
In many cases, the code is a pure-Python implementation of functions provided in the binary extension speedup.
Submodules¶
- bezier.hazmat.algebraic_intersection module
- bezier.hazmat.clipping module
- bezier.hazmat.curve_helpers module
- bezier.hazmat.geometric_intersection module
- bezier.hazmat.helpers module
- bezier.hazmat.intersection_helpers module
- bezier.hazmat.triangle_helpers module
- bezier.hazmat.triangle_intersection module