.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci-tests.yml
.github/workflows/wheels.yml
scripts/example.py
scripts/examples/cuboid_example.py
scripts/examples/origin_example.py
scripts/examples/plane_example.py
scripts/examples/prism_example.py
src/threedtool/__init__.py
src/threedtool/annotations.py
src/threedtool.egg-info/PKG-INFO
src/threedtool.egg-info/SOURCES.txt
src/threedtool.egg-info/dependency_links.txt
src/threedtool.egg-info/requires.txt
src/threedtool.egg-info/top_level.txt
src/threedtool/core/__init__.py
src/threedtool/core/basefigure.py
src/threedtool/core/cuboid.py
src/threedtool/core/line.py
src/threedtool/core/origin.py
src/threedtool/core/plane.py
src/threedtool/core/prism.py
src/threedtool/core/prismoid.py
src/threedtool/core/sphere.py
src/threedtool/display/__init__.py
src/threedtool/display/dspl.py
src/threedtool/fmath/__init__.py
src/threedtool/fmath/dispatch.py
src/threedtool/fmath/fmath.py
src/threedtool/fmath/handlers.py
src/threedtool/fmath/intersections.py
tests/TEST_RULES.md
tests/cuboid_test.py