Delaunay(IList<Point3D>, IList<IList<Point3D>>) Constructor

Loops only constructor.
Public Sub New( _ 
ByVal outer As IList(Of Point3D), _ 
ByVal inners As IList(Of IList(Of Point3D)) _ 
)
This language is not supported or no code example is available.
public Delaunay( 
IList<Point3D> outer
IList<IList<Point3D>> inners 
)
This language is not supported or no code example is available.

Parameters

outer
IList<Point3D>

The outer loop (oriented counter-clockwise), can be null/Nothing.

inners
IList<IList<Point3D>>

The inner loops (oriented clockwise), can be null/Nothing.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition