I would like to create triangles of a predefined polygon. My requirement is that I do not want to create random points inside this polygon to process it using the Delaunay triangulation algorithm.
The polygon can be concave or convex.
It’s quite normal for me to use Delaunay triangulation, but I don’t want to create random points inside the polygon. It would be much better if I could create as few points as possible inside this polygon.
I would like to minimize the number of triangles used.
How can i install this?
Comment: it’s more agnostic of the language, I like to know how to implement this on my own.
source
share