Method | Description | |
---|---|---|
polygonizeTriangles ( List |
Combine a list of triangles into a list of convex polygons. Note: This only works on triangles.
|
Method | Description | |
---|---|---|
addTriangle ( Vertices t, Vertices vertices ) : Vertices |
public static polygonizeTriangles ( List |
||
triangles | List |
The triangles. |
maxPolys | int | The maximun number of polygons to return. |
tolerance | float | The tolerance |
return | List |