Click or drag to resize

Polygon Constructor

Initializes a new instance of the Polygon class

Namespace:  Delaunay.Geo
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Polygon(
	List<Vec2D> vertices
)

Parameters

vertices
Type: System.Collections.GenericListVec2D

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

See Also