Method BarySmooth
BarySmooth(OccurrenceList, int)
Smooth the tessellations by moving the vertices to the barycenter of their neighbors
Declaration
public void BarySmooth(OccurrenceList occurrences, int iteration)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
int | iteration | Number of iterations |