.gitignore
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/pythonpackage.yml
bin/pyhelp
src/cho_util/.gitignore
src/cho_util/__init__.py
src/cho_util/_version.py
src/cho_util/cam.py
src/cho_util.egg-info/PKG-INFO
src/cho_util.egg-info/SOURCES.txt
src/cho_util.egg-info/dependency_links.txt
src/cho_util.egg-info/not-zip-safe
src/cho_util.egg-info/requires.txt
src/cho_util.egg-info/top_level.txt
src/cho_util/app/__init__.py
src/cho_util/app/config.py
src/cho_util/app/file_cache.py
src/cho_util/app/with_cli.py
src/cho_util/math/__init__.py
src/cho_util/math/common.py
src/cho_util/math/transform.py
src/cho_util/math/rotation/__init__.py
src/cho_util/math/rotation/_axis_angle.py
src/cho_util/math/rotation/_euler.py
src/cho_util/math/rotation/_matrix.py
src/cho_util/math/rotation/_quaternion.py
src/cho_util/math/rotation/axis_angle.py
src/cho_util/math/rotation/euler.py
src/cho_util/math/rotation/matrix.py
src/cho_util/math/rotation/quaternion.py
src/cho_util/viz/__init__.py
src/cho_util/viz/draw.py
src/cho_util/viz/gui.py
src/cho_util/viz/log.py
src/cho_util/viz/mpl.py
tests/test_cli.py
tests/test_rotation.py