LICENSE
README.md
pyproject.toml
setup.py
shapeedit/__init__.py
shapeedit.egg-info/PKG-INFO
shapeedit.egg-info/SOURCES.txt
shapeedit.egg-info/dependency_links.txt
shapeedit.egg-info/requires.txt
shapeedit.egg-info/top_level.txt
shapeedit/editors/__init__.py
shapeedit/editors/distancelevel_editor.py
shapeedit/editors/lodcontrol_editor.py
shapeedit/editors/primitive_editor.py
shapeedit/editors/shape_editor.py
shapeedit/editors/subobject_editor.py
shapeedit/editors/triangle_editor.py
shapeedit/editors/vertex_editor.py
shapeedit/helpers/__init__.py
shapeedit/helpers/subobject_helper.py
shapeedit/math/__init__.py
shapeedit/math/coordinates.py
shapeedit/math/distance.py
shapeedit/math/geometry.py
shapeedit/utils/__init__.py
shapeedit/utils/grouping.py
tests/__init__.py
tests/conftest.py
tests/test_editor_distancelevel.py
tests/test_editor_lodcontrol.py
tests/test_editor_primitive.py
tests/test_editor_shape.py
tests/test_editor_subobject.py
tests/test_editor_triangle.py
tests/test_editor_vertex.py
tests/test_helper_subobject.py
tests/test_math_coordinates.py
tests/test_math_distance.py
tests/test_math_geometry.py
tests/test_utils_grouping.py