Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.KitchenSink.Geometry.VoronoiDiagramFlags

Summary

Provides values to specify options on the VoronoiDiagram.GenerateVoronoiDiagram(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.
1Indicates that duplicate sites (points) should be removed from the input.
2Indicates that input sites (points) that lie outside the bounds of the viewport should be ignored.