.gitignore
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
trash
version.py
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.txt
docs/source/__init__.py
docs/source/conf.py
docs/source/index.rst
docs/source/_static/inpolygon.svg
docs/source/_static/ln_vs_ln_00.svg
docs/source/_static/ln_vs_ln_01.svg
docs/source/_static/ln_vs_ln_02.svg
docs/source/_static/ln_vs_ln_03.svg
docs/source/_static/pnt_vs_poly.svg
docs/source/_static/poly_vs_poly.svg
docs/source/_static/projection_00.svg
docs/source/_static/projection_01.svg
docs/source/api_docs/modules.rst
docs/source/api_docs/pypex.base.rst
docs/source/api_docs/pypex.poly2d.intersection.rst
docs/source/api_docs/pypex.poly2d.rst
docs/source/api_docs/pypex.rst
examples/line.py
examples/point.py
examples/polygon.py
examples/projection.py
pypex.egg-info/PKG-INFO
pypex.egg-info/SOURCES.txt
pypex.egg-info/dependency_links.txt
pypex.egg-info/entry_points.txt
pypex.egg-info/requires.txt
pypex.egg-info/top_level.txt
src/pypex/__init__.py
src/pypex/utils.py
src/pypex/base/__init__.py
src/pypex/base/conf.py
src/pypex/base/shape.py
src/pypex/poly2d/__init__.py
src/pypex/poly2d/line.py
src/pypex/poly2d/point.py
src/pypex/poly2d/polygon.py
src/pypex/poly2d/projection.py
src/pypex/poly2d/intersection/__init__.py
src/pypex/poly2d/intersection/linter.py
src/pypex/poly2d/intersection/sat.py
tests/test_base.py
tests/test_linter.py
tests/test_point.py
tests/test_shape2d.py