Class DefaultTriangulationCell<TVertex>
Default triangulation cell that inherits from TriangulationCell with self-referencing type parameter.
Inheritance
ConvexFace<TVertex, DefaultTriangulationCell<TVertex>>
TriangulationCell<TVertex, DefaultTriangulationCell<TVertex>>
DefaultTriangulationCell<TVertex>
Inherited Members
Namespace: NWH.DWP2.MiConvexHull
Assembly: NWH.DWP2.dll
Syntax
public class DefaultTriangulationCell<TVertex> : TriangulationCell<TVertex, DefaultTriangulationCell<TVertex>> where TVertex : IVertex
Type Parameters
| Name | Description |
|---|---|
| TVertex | The type of the vertex. |