Method Equilateralize
Equilateralize(OccurrenceList, int)
Sswap edges to make triangles more equilateral
Declaration
[HandleProcessCorruptedStateExceptions]
public void Equilateralize(OccurrenceList occurrences, int maxIterations = 1)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Occurrences of components to process |
| int | maxIterations | Maximum number of swapping iteration |