.buildinfo
.gitignore
.nojekyll
LICENSE
README.rst
genindex.html
index.html
objects.inv
py-modindex.html
search.html
searchindex.js
setup.py
.github/workflows/ci.yml
_sources/index.rst.txt
_sources/source/beziers.path.representations.rst.txt
_sources/source/beziers.path.rst.txt
_sources/source/beziers.rst.txt
_sources/source/modules.rst.txt
_static/ajax-loader.gif
_static/alabaster.css
_static/basic.css
_static/comment-bright.png
_static/comment-close.png
_static/comment.png
_static/custom.css
_static/doctools.js
_static/documentation_options.js
_static/down-pressed.png
_static/down.png
_static/file.png
_static/jquery-3.2.1.js
_static/jquery.js
_static/minus.png
_static/plus.png
_static/pygments.css
_static/searchtools.js
_static/underscore-1.3.1.js
_static/underscore.js
_static/up-pressed.png
_static/up.png
_static/websupport.js
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/pens.py
beziers/utils/samplemixin.py
doc/.gitignore
doc/Makefile
doc/conf.py
doc/index.rst
doc/source/beziers.path.representations.rst
doc/source/beziers.path.rst
doc/source/beziers.rst
doc/source/curvefit1.png
doc/source/curvefit2.png
doc/source/dash-offset.png
doc/source/dash.png
doc/source/offset1.png
doc/source/offset2.png
doc/source/sampling.png
source/beziers.html
source/beziers.path.html
source/beziers.path.representations.html
source/modules.html
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