An open API service indexing awesome lists of open source software.

https://github.com/visioncortex/polypartition

A port of https://github.com/ivanfratric/polypartition to Rust
https://github.com/visioncortex/polypartition

graphics polygon triangulation

Last synced: 5 days ago
JSON representation

A port of https://github.com/ivanfratric/polypartition to Rust

Awesome Lists containing this project

README

          

# polypartition

A port of [ivanfratric/polypartition](https://github.com/ivanfratric/polypartition) to Rust. This will be moved into the [`visioncortex`](https://github.com/visioncortex/visioncortex) repository soon.

Algorithms ported

1. Triangulation by ear clipping
1. Triangulation by partition into monotone polygons
1. Optimal convex partition using dynamic programming