Triangulates a polygon and returns a list of triangles.
The list of polygon vertices.
Maximum area for each resulting triangle.
Indicates whether the polygon is isConvex.
Indicates whether to optimize the triangulation.
An array of triangles.
Triangulates a polygon and returns a list of triangles.