CHANGELOG
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
doc/circle.txt
doc/closest.txt
doc/convex_hull.txt
doc/depend.txt
doc/graph.txt
doc/intersections.txt
doc/planarmap.txt
doc/point.txt
doc/polygon.txt
doc/quadtree.txt
doc/quickstart.txt
doc/rectangle.txt
doc/segment.txt
doc/triangle.txt
doc/trianglecollection.txt
doc/triangulation.txt
planegeometry/__init__.py
planegeometry.egg-info/PKG-INFO
planegeometry.egg-info/SOURCES.txt
planegeometry.egg-info/dependency_links.txt
planegeometry.egg-info/requires.txt
planegeometry.egg-info/top_level.txt
planegeometry/algorithms/__init__.py
planegeometry/algorithms/bentleyottmann1.py
planegeometry/algorithms/bentleyottmann2.py
planegeometry/algorithms/closestpair1.py
planegeometry/algorithms/closestpair3.py
planegeometry/algorithms/closestpair4.py
planegeometry/algorithms/geomtools.py
planegeometry/algorithms/horizontalvertical.py
planegeometry/algorithms/shamoshoey1.py
planegeometry/algorithms/shamoshoey2.py
planegeometry/algorithms/tests/__init__.py
planegeometry/algorithms/tests/hv_segments.py
planegeometry/algorithms/tests/test_bentleyottmann1.py
planegeometry/algorithms/tests/test_bentleyottmann2.py
planegeometry/algorithms/tests/test_closestpair1.py
planegeometry/algorithms/tests/test_closestpair3.py
planegeometry/algorithms/tests/test_closestpair4.py
planegeometry/algorithms/tests/test_geomtools.py
planegeometry/algorithms/tests/test_horizontalvertical.py
planegeometry/algorithms/tests/test_shamoshoey1.py
planegeometry/algorithms/tests/test_shamoshoey2.py
planegeometry/algorithms/tests/timeit_closestpair.py
planegeometry/algorithms/tests/timeit_intersections.py
planegeometry/algorithms/tests/unit_segments.py
planegeometry/hulls/__init__.py
planegeometry/hulls/graham.py
planegeometry/hulls/jarvis.py
planegeometry/hulls/quickhull.py
planegeometry/hulls/tests/__init__.py
planegeometry/hulls/tests/test_graham.py
planegeometry/hulls/tests/test_jarvis.py
planegeometry/hulls/tests/test_quickhull.py
planegeometry/hulls/tests/timeit_hull1.py
planegeometry/hulls/tests/timeit_hull2.py
planegeometry/hulls/tests/timeit_hull3.py
planegeometry/structures/__init__.py
planegeometry/structures/avltree1.py
planegeometry/structures/avltree2.py
planegeometry/structures/circles.py
planegeometry/structures/edges.py
planegeometry/structures/events.py
planegeometry/structures/graphs.py
planegeometry/structures/planarmaps.py
planegeometry/structures/points.py
planegeometry/structures/polygons.py
planegeometry/structures/pqueues.py
planegeometry/structures/quadtree.py
planegeometry/structures/rectangles.py
planegeometry/structures/segments.py
planegeometry/structures/slowtrees.py
planegeometry/structures/trianglecollections.py
planegeometry/structures/triangles.py
planegeometry/structures/tests/__init__.py
planegeometry/structures/tests/random_figures.py
planegeometry/structures/tests/random_figures2.py
planegeometry/structures/tests/random_points.py
planegeometry/structures/tests/random_points2.py
planegeometry/structures/tests/random_points3.py
planegeometry/structures/tests/random_polygons.py
planegeometry/structures/tests/random_polygons2.py
planegeometry/structures/tests/random_segments.py
planegeometry/structures/tests/random_segments2.py
planegeometry/structures/tests/test_avltree1.py
planegeometry/structures/tests/test_avltree2.py
planegeometry/structures/tests/test_circles.py
planegeometry/structures/tests/test_edges.py
planegeometry/structures/tests/test_events.py
planegeometry/structures/tests/test_graphs.py
planegeometry/structures/tests/test_planarmaps.py
planegeometry/structures/tests/test_points.py
planegeometry/structures/tests/test_polygons.py
planegeometry/structures/tests/test_pqueues.py
planegeometry/structures/tests/test_quadtree.py
planegeometry/structures/tests/test_rectangles.py
planegeometry/structures/tests/test_segments.py
planegeometry/structures/tests/test_slowtrees.py
planegeometry/structures/tests/test_trianglecollections.py
planegeometry/structures/tests/test_triangles.py
planegeometry/structures/tests/timeit_quadtree1.py
planegeometry/structures/tests/timeit_quadtree2.py
planegeometry/triangulations/__init__.py
planegeometry/triangulations/bowyerwatson.py
planegeometry/triangulations/flipping.py
planegeometry/triangulations/naive.py
planegeometry/triangulations/tests/__init__.py
planegeometry/triangulations/tests/test_bowyerwatson.py
planegeometry/triangulations/tests/test_flipping.py
planegeometry/triangulations/tests/test_naive.py
planegeometry/triangulations/tests/timeit_delaunay.py
planegeometry/triangulations/tests/triangulation1.py
planegeometry/triangulations/tests/triangulation1a.py
planegeometry/triangulations/tests/triangulation2.py
planegeometry/triangulations/tests/triangulation2a.py