LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/python/bezier/__config__.py
src/python/bezier/__init__.py
src/python/bezier/_base.py
src/python/bezier/_curve.pxd
src/python/bezier/_curve_helpers.py
src/python/bezier/_curve_intersection.pxd
src/python/bezier/_geometric_intersection.py
src/python/bezier/_helpers.pxd
src/python/bezier/_helpers.py
src/python/bezier/_intersection_helpers.py
src/python/bezier/_plot_helpers.py
src/python/bezier/_speedup.c
src/python/bezier/_status.pxd
src/python/bezier/_symbolic.py
src/python/bezier/_triangle.pxd
src/python/bezier/_triangle_helpers.py
src/python/bezier/_triangle_intersection.pxd
src/python/bezier/_triangle_intersection.py
src/python/bezier/curve.py
src/python/bezier/curved_polygon.py
src/python/bezier/triangle.py
src/python/bezier.egg-info/PKG-INFO
src/python/bezier.egg-info/SOURCES.txt
src/python/bezier.egg-info/dependency_links.txt
src/python/bezier.egg-info/requires.txt
src/python/bezier.egg-info/top_level.txt
src/python/bezier.egg-info/zip-safe
src/python/bezier/hazmat/__init__.py
src/python/bezier/hazmat/algebraic_intersection.py
src/python/bezier/hazmat/clipping.py
src/python/bezier/hazmat/curve_helpers.py
src/python/bezier/hazmat/geometric_intersection.py
src/python/bezier/hazmat/helpers.py
src/python/bezier/hazmat/intersection_helpers.py
src/python/bezier/hazmat/triangle_helpers.py
src/python/bezier/hazmat/triangle_intersection.py