Saar
Saar

Reputation: 21

Acute Triangulation of 2D Polygonal domains

Does Cgal have a built in option to triangulate a 2D Polygonal domain (say with holes) such the all triangles are acute? I am aware of the program aCute, but am wondering if Cgal can do this.

If there is a friendly version of aCute in Java or Mathematica, I will be happy to use it as well.

Thank you in advance! Saar

Upvotes: 2

Views: 84

Answers (1)

lrineau
lrineau

Reputation: 6274

I am sorry to say that but CGAL does not have an algorithm to create such acute 2D triangulations.

Upvotes: 1

Related Questions