Summary
Provides values to specify options on the
VoronoiDiagram.GenerateVoronoiDiagram(IList<PointD>, double, double, VoronoiDiagramFlags) method.
Enum values
| 4 |
If not specified, only polygons contained entirely within the bounds are included. Otherwise, the theoretically
“infinite” polygons are included as polygons that are clipped to the bounding region. |
| 8 |
When specified, only site indices will be populated; edges and polygons will not. This is about 10% faster on
large inputs. |
| 1 | Indicates that duplicate sites (points) should be removed from the input. |
| 2 | Indicates that input sites (points) that lie outside the bounds of the viewport should be ignored. |