ShampooDeng / triangulate-rs-egui

Triangulation algorithm for simple polygon with GUI, a project for my computational geometry course.
Apache License 2.0
1 stars 1 forks source link

Implement triangulate algorithm for simple polygon #2

Closed ShampooDeng closed 4 months ago

ShampooDeng commented 5 months ago

More detail can be found in https://en.wikipedia.org/wiki/Polygon_triangulation

ShampooDeng commented 5 months ago

Blocked bt #5

ShampooDeng commented 5 months ago

Blocked by #5

5 is now partialy done.

ShampooDeng commented 5 months ago

Complete vertex type check with a48f7819453460235d3e8543363ef9492602bb88

ShampooDeng commented 5 months ago

implement monotone polygon partition with f8fa70ac3da2c057f52a8fd782a5d3fa1bd4f1cd

ShampooDeng commented 5 months ago

Implement monotone triangulation with 0e1cf8935c4df6e7171bdf0f693aaa07d8c4f7af