Sealed class: RT.KitchenSink.Geometry.VoronoiDiagram
Summary
Represents a Voronoi diagram.
Constructors
Static methods
| VoronoiDiagram | |
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. |