.readthedocs.yml
README.md
pyproject.toml
.github/workflows/black.yml
.github/workflows/mypy.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitkeep
docs/_templates/class_custom.rst
docs/_templates/function_custom.rst
docs/_templates/module_custom.rst
optika/__init__.py
optika/apertures.py
optika/mixins.py
optika/plotting.py
optika/rulings.py
optika/sags.py
optika/transforms.py
optika.egg-info/PKG-INFO
optika.egg-info/SOURCES.txt
optika.egg-info/dependency_links.txt
optika.egg-info/requires.txt
optika.egg-info/top_level.txt
optika/_tests/__init__.py
optika/_tests/test_apertures.py
optika/_tests/test_plotting.py
optika/_tests/test_rulings.py
optika/_tests/test_sags.py
optika/_tests/test_transforms.py
optika/materials/__init__.py
optika/materials/_materials.py
optika/materials/_tests/__init__.py
optika/materials/_tests/test_materials.py
optika/rays/__init__.py
optika/rays/_ray_vectors.py
optika/rays/_tests/__init__.py
optika/rays/_tests/test_ray_vectors.py