README.rst
setup.cfg
setup.py
beziers/__init__.py
beziers/affinetransformation.py
beziers/boundingbox.py
beziers/cubicbezier.py
beziers/line.py
beziers/point.py
beziers/quadraticbezier.py
beziers/segment.py
beziers.egg-info/PKG-INFO
beziers.egg-info/SOURCES.txt
beziers.egg-info/dependency_links.txt
beziers.egg-info/requires.txt
beziers.egg-info/top_level.txt
beziers/path/__init__.py
beziers/path/geometricshapes.py
beziers/path/representations/GSPath.py
beziers/path/representations/Nodelist.py
beziers/path/representations/Segment.py
beziers/path/representations/__init__.py
beziers/path/representations/fontparts.py
beziers/utils/__init__.py
beziers/utils/alphashape.py
beziers/utils/arclengthmixin.py
beziers/utils/booleanoperationsmixin.py
beziers/utils/curvedistance.py
beziers/utils/curvefitter.py
beziers/utils/intersectionsmixin.py
beziers/utils/legendregauss.py
beziers/utils/linesweep.py
beziers/utils/samplemixin.py
test/__init__.py
test/test_arclength.py
test/test_booleanshapeoperations.py
test/test_bounds.py
test/test_corners.py
test/test_cubic.py
test/test_curvefit.py
test/test_distance.py
test/test_intersections.py
test/test_line.py
test/test_offset.py
test/test_path.py
test/test_quadratic.py
test/test_transformation.py