.gitignore
LICENSE.txt
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/build_docs.yml
.github/workflows/codeql-analysis.yml
.github/workflows/pypi-publish.yml
.github/workflows/test.yml
docs/Makefile
docs/basic_usage.ipynb
docs/conf.py
docs/fit.ipynb
docs/index.rst
docs/make.bat
docs/queries.ipynb
profiling/speed_tests.ipynb
src/geo3d/__init__.py
src/geo3d/auxiliary.py
src/geo3d/fit.py
src/geo3d/frame.py
src/geo3d/linalg.py
src/geo3d/plane.py
src/geo3d/point.py
src/geo3d/quaternion.py
src/geo3d/query.py
src/geo3d/rotation.py
src/geo3d/types.py
src/geo3d/units.py
src/geo3d/vector.py
src/geo3d.egg-info/PKG-INFO
src/geo3d.egg-info/SOURCES.txt
src/geo3d.egg-info/dependency_links.txt
src/geo3d.egg-info/requires.txt
src/geo3d.egg-info/top_level.txt
tests/conftest.py
tests/test_fit.py
tests/test_frame.py
tests/test_plane.py
tests/test_point.py
tests/test_quat_algs.py
tests/test_queries.py
tests/test_transform.py
tests/test_vector.py