INSTALL.txt
MANIFEST.in
README.rst
README.txt
VERSION
py2install
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/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/vec_array.py
py2src/smallshapes/tests/vertices.py
src/smallshapes/SAT.py
src/smallshapes/__init__.py
src/smallshapes/aabb.py
src/smallshapes/base.py
src/smallshapes/circle.py
src/smallshapes/interfaces.py
src/smallshapes/line.py
src/smallshapes/meta.py
src/smallshapes/poly.py
src/smallshapes/util.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/pbr.json
src/smallshapes.egg-info/requires.txt
src/smallshapes.egg-info/top_level.txt
src/smallshapes/tests/__init__.py
src/smallshapes/tests/__main__.py
src/smallshapes/tests/test_aabb.py
src/smallshapes/tests/test_base.py
src/smallshapes/tests/test_circle.py
src/smallshapes/tests/test_poly.py
src/smallshapes/tests/test_segment.py