MANIFEST.in
README.rst
VERSION
setup.py
py2src/smallshapes/SAT.py
py2src/smallshapes/__init__.py
py2src/smallshapes/aabb.py
py2src/smallshapes/aabb_func.py
py2src/smallshapes/base.py
py2src/smallshapes/circle.py
py2src/smallshapes/interfaces.py
py2src/smallshapes/line.py
py2src/smallshapes/meta.py
py2src/smallshapes/poly.py
py2src/smallshapes/util.py
py2src/smallshapes/old/abstract.py
py2src/smallshapes/old/geometric.py
py2src/smallshapes/old/meta.py
py2src/smallshapes/tests/__init__.py
py2src/smallshapes/tests/__main__.py
py2src/smallshapes/tests/test_aabb.py
py2src/smallshapes/tests/test_base.py
py2src/smallshapes/tests/test_circle.py
py2src/smallshapes/tests/test_poly.py
py2src/smallshapes/tests/test_segment.py
py2src/smallshapes/tests/vec_array.py
py2src/smallshapes/tests/vertices.py
src/smallshapes/SAT.py
src/smallshapes/__init__.py
src/smallshapes/__meta__.py
src/smallshapes/aabb.py
src/smallshapes/circle.py
src/smallshapes/circuit.py
src/smallshapes/functions.py
src/smallshapes/line.py
src/smallshapes/path.py
src/smallshapes/path_utils.py
src/smallshapes/poly.py
src/smallshapes/poly_convex.py
src/smallshapes/poly_rectangle.py
src/smallshapes/poly_regular.py
src/smallshapes/poly_triangle.py
src/smallshapes/segment.py
src/smallshapes/utils.py
src/smallshapes.egg-info/PKG-INFO
src/smallshapes.egg-info/SOURCES.txt
src/smallshapes.egg-info/dependency_links.txt
src/smallshapes.egg-info/not-zip-safe
src/smallshapes.egg-info/requires.txt
src/smallshapes.egg-info/top_level.txt
src/smallshapes/core/__init__.py
src/smallshapes/core/base.py
src/smallshapes/core/convex.py
src/smallshapes/core/locatable.py
src/smallshapes/core/shape.py
src/smallshapes/core/solid.py
src/smallshapes/tests/__init__.py
src/smallshapes/tests/_test_poly.py
src/smallshapes/tests/abstract.py
src/smallshapes/tests/test_aabb.py
src/smallshapes/tests/test_circle.py
src/smallshapes/tests/test_circuit.py
src/smallshapes/tests/test_documentation.py
src/smallshapes/tests/test_path.py
src/smallshapes/tests/test_poly.py
src/smallshapes/tests/test_poly_convex.py
src/smallshapes/tests/test_rectangle.py
src/smallshapes/tests/test_segment.py
src/smallshapes/tests/test_triangle.py