Class TriangulationCell<TVertex, TCell>
Representation of the triangulation cell. Pretty much the same as ConvexFace, just wanted to distinguish the two. To declare your own face type, use class Face : DelaunayFace(of Vertex, of Face)
Inherited Members
Namespace: NWH.DWP2.MiConvexHull
Assembly: NWH.DWP2.dll
Syntax
public abstract class TriangulationCell<TVertex, TCell> : ConvexFace<TVertex, TCell> where TVertex : IVertex where TCell : ConvexFace<TVertex, TCell>
Type Parameters
| Name | Description |
|---|---|
| TVertex | The type of the t vertex. |
| TCell | The type of the t cell. |
See Also
ConvexFace<TVertex, TFace>