This Python project implements an optimized polygon triangulation algorithm based on Seidel's trapezoidation method, capable of handling polygons with holes and complex configurations.
python algorithm optimization triangulation polygon computational-geometry seidel holes trapezoidation
-
Updated
Jan 19, 2025 - Python