Louvre: Computational Geometry with Rust

Triangulation

At the current moment, this crate contains a triangulation logic for polygons.
Our triangulation function is robust to self-intersecting polygons, even with ones that have redundant intersecting points.

Check out the github repository for more information.