LICENSE
README.rst
pyproject.toml
src/geom2d/__init__.py
src/geom2d/arc.py
src/geom2d/bezier.py
src/geom2d/box.py
src/geom2d/const.py
src/geom2d/errors.py
src/geom2d/line.py
src/geom2d/point.py
src/geom2d/py.typed
src/geom2d/segment.py
src/geom2d/util.py
src/tangential_knife_cnc_geometry.egg-info/PKG-INFO
src/tangential_knife_cnc_geometry.egg-info/SOURCES.txt
src/tangential_knife_cnc_geometry.egg-info/dependency_links.txt
src/tangential_knife_cnc_geometry.egg-info/top_level.txt
tests/test_arc.py
tests/test_bezier.py
tests/test_box.py
tests/test_const.py
tests/test_errors.py
tests/test_line.py
tests/test_point.py
tests/test_segment.py
tests/test_util.py