Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.KitchenSink.Geometry.VoronoiDiagram

Summary

Represents a Voronoi diagram.

Constructors

Creates a new instance of VoronoiDiagram.

Static methods

VoronoiDiagram
GenerateVoronoiDiagram(PointD[] sites, SizeF size, VoronoiDiagramFlags flags = 0x0)
Generates a Voronoi diagram from a set of input points.

Instance fields

List<EdgeD>Edges of the diagram.
Dictionary<PointD, PolygonD>Polygons corresponding to each of the input points.