LICENSE
README.md
setup.py
coopstructs/__init__.py
coopstructs/curves.py
coopstructs/vectors.py
coopstructs.egg-info/PKG-INFO
coopstructs.egg-info/SOURCES.txt
coopstructs.egg-info/dependency_links.txt
coopstructs.egg-info/not-zip-safe
coopstructs.egg-info/requires.txt
coopstructs.egg-info/top_level.txt
coopstructs/geometry/__init__.py
coopstructs/geometry/exceptions.py
coopstructs/geometry/logger.py
coopstructs/geometry/polygonRegion.py
coopstructs/geometry/circles/__init__.py
coopstructs/geometry/circles/circle.py
coopstructs/geometry/circles/utils.py
coopstructs/geometry/curves/__init__.py
coopstructs/geometry/curves/curveBoundaryFactory.py
coopstructs/geometry/curves/curveBuilder.py
coopstructs/geometry/curves/curveTrace.py
coopstructs/geometry/curves/curve_factory.py
coopstructs/geometry/curves/curves.py
coopstructs/geometry/curves/enums.py
coopstructs/geometry/curves/utils.py
coopstructs/geometry/lines/__init__.py
coopstructs/geometry/lines/line.py
coopstructs/geometry/lines/utils.py
coopstructs/geometry/rectangles/__init__.py
coopstructs/geometry/rectangles/rectangle.py
coopstructs/geometry/rectangles/utils.py
coopstructs/geometry/triangles/__init__.py
coopstructs/geometry/triangles/triangle.py
coopstructs/geometry/triangles/utils.py
coopstructs/geometry/vectors/__init__.py
coopstructs/geometry/vectors/utils.py
coopstructs/geometry/vectors/vectorN.py