Computes the 2d Delaunay triangulation of a point set.
The DelaunayTriangulation2d..::.PointInsertionEventArg type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DelaunayTriangulation2d..::.PointInsertionEventArg | Instantiates a new point insertion event arg. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Index | Gets the index of the point being inserted. | |
| IsInitialTriangulationPoint | True if the point is an initial triangulation point, false otherwise. | |
| MaxIndex | Gets the maximum number of points to be inserted. |