LICENSE.md
MANIFEST.in
README.md
setup.py
cgeo/__init__.py
cgeo/_cgeo.cpython-310-x86_64-linux-gnu.so
cgeo.egg-info/PKG-INFO
cgeo.egg-info/SOURCES.txt
cgeo.egg-info/dependency_links.txt
cgeo.egg-info/top_level.txt
cgeo/modules/__init__.py
cgeo/modules/circle.py
cgeo/modules/point_2d.py
cgeo/modules/polygon.py
cgeo/modules/segment_2d.py
cgeo/modules/triangle.py
cgeo/plots_2d/__init__.py
cgeo/plots_2d/circle_plot.py
cgeo/plots_2d/polygon_plot.py
cgeo/plots_2d/segments_plot.py
cgeo/py_test/__init__.py
cgeo/py_test/convex_hull_2d.py
cgeo/py_test/enclosing_disc_2d.py
cgeo/py_test/point_2d.py
cgeo/py_test/polygon.py
cgeo/py_test/segment_2d.py
cgeo/py_test/segment_intersection_2d.py
cgeo/py_test/triangulation_2d.py
cgeo/py_test/y_monotone_decomposision.py
cgeo/utilities/__init__.py
cgeo/utilities/get_random_polygon.py
cgeo/utilities/get_vector_type.py
cgeo/utilities/c_utilities/__init__.py
cgeo/utilities/c_utilities/global_c_utils.py
cgeo/utilities/error_handling/__init__.py
cgeo/utilities/error_handling/error_utilities.py
extern/pybind11/include/pybind11/attr.h
extern/pybind11/include/pybind11/buffer_info.h
extern/pybind11/include/pybind11/cast.h
extern/pybind11/include/pybind11/chrono.h
extern/pybind11/include/pybind11/common.h
extern/pybind11/include/pybind11/complex.h
extern/pybind11/include/pybind11/eigen.h
extern/pybind11/include/pybind11/embed.h
extern/pybind11/include/pybind11/eval.h
extern/pybind11/include/pybind11/functional.h
extern/pybind11/include/pybind11/gil.h
extern/pybind11/include/pybind11/iostream.h
extern/pybind11/include/pybind11/numpy.h
extern/pybind11/include/pybind11/operators.h
extern/pybind11/include/pybind11/options.h
extern/pybind11/include/pybind11/pybind11.h
extern/pybind11/include/pybind11/pytypes.h
extern/pybind11/include/pybind11/stl.h
extern/pybind11/include/pybind11/stl_bind.h
extern/pybind11/include/pybind11/detail/class.h
extern/pybind11/include/pybind11/detail/common.h
extern/pybind11/include/pybind11/detail/descr.h
extern/pybind11/include/pybind11/detail/init.h
extern/pybind11/include/pybind11/detail/internals.h
extern/pybind11/include/pybind11/detail/type_caster_base.h
extern/pybind11/include/pybind11/detail/typeid.h
extern/pybind11/include/pybind11/stl/filesystem.h
extern/pybind11/pybind11/__init__.py
extern/pybind11/pybind11/__main__.py
extern/pybind11/pybind11/_version.py
extern/pybind11/pybind11/commands.py
extern/pybind11/pybind11/setup_helpers.py
src/2D/2D_bindings.cpp
src/2D/Exception2D.cpp
src/2D/algorithms_2D/ConvexHull2D.cpp
src/2D/algorithms_2D/SegmentIntersection2D.cpp
src/2D/algorithms_2D/SmallestEnclosingDisk.cpp
src/2D/algorithms_2D/Triangulation2D.cpp
src/2D/shapes_2D/Circle2d.cpp
src/2D/shapes_2D/Line2d.cpp
src/2D/shapes_2D/Point2d.cpp
src/2D/shapes_2D/Polygon.cpp
src/2D/shapes_2D/Segment2d.cpp
src/2D/shapes_2D/Triangle2d.cpp
src/3D/Face3d.cpp
src/3D/Point3d.cpp
src/data_structures/SegmentBalancedTree.cpp