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
)
Public Sub New (
vertices As List(Of Vec2D)
)
public:
Polygon(
List<Vec2D^>^ vertices
)
new :
vertices : List<Vec2D> -> Polygon
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