Click or drag to resize

Voronoi Constructor

Initializes a new instance of the Voronoi class

Namespace:  StarfieldUtils.MathUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Voronoi(
	List<Vec2D> points,
	List<uint> colors,
	Rect plotBounds
)

Parameters

points
Type: System.Collections.GenericListVec2D

[Missing <param name="points"/> documentation for "M:StarfieldUtils.MathUtils.Voronoi.#ctor(System.Collections.Generic.List{StarfieldUtils.MathUtils.Vec2D},System.Collections.Generic.List{System.UInt32},Delaunay.Geo.Rect)"]

colors
Type: System.Collections.GenericListUInt32

[Missing <param name="colors"/> documentation for "M:StarfieldUtils.MathUtils.Voronoi.#ctor(System.Collections.Generic.List{StarfieldUtils.MathUtils.Vec2D},System.Collections.Generic.List{System.UInt32},Delaunay.Geo.Rect)"]

plotBounds
Type: Delaunay.GeoRect

[Missing <param name="plotBounds"/> documentation for "M:StarfieldUtils.MathUtils.Voronoi.#ctor(System.Collections.Generic.List{StarfieldUtils.MathUtils.Vec2D},System.Collections.Generic.List{System.UInt32},Delaunay.Geo.Rect)"]

See Also