The ConformingDelaunayTriangulation2d type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddPointToCurrentTriangulation | Not implemented for conforming triangulation. | |
| CountBoundaryRegions | Counts the number or regions formed by the boundaries. | |
| Dispose | Disposes the triangulation. (Inherited from DelaunayTriangulation2d.) | |
| DistanceXY | Computes the distance between two points in the xy-plane. | |
| Equals | (Inherited from Object.) | |
| GenerateRaster | Not implemented for conforming triangulation. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTriangles | Overloaded. | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetXYExtents | Not implemented for conforming triangulation. | |
| GetZCoordinate | Interpolates the z-coordinate of the triangulated surface at a given point in the xy-plane. (Inherited from DelaunayTriangulation2d.) | |
| IsValid | Tests if a point is valid with respect to the boundaries. | |
| RasterizeCurrentTriangulation | Overloaded. | |
| ToString | (Inherited from Object.) | |
| Triangulate | Computes the 2d conforming Delaunay triangulation of n points in O(n*log(n)) time. |