Class DefaultConvexFace<TVertex>
A default convex face representation that inherits from ConvexFace with self-referencing type parameter.
Inherited Members
Namespace: NWH.DWP2.MiConvexHull
Assembly: NWH.DWP2.dll
Syntax
public class DefaultConvexFace<TVertex> : ConvexFace<TVertex, DefaultConvexFace<TVertex>> where TVertex : IVertex
Type Parameters
| Name | Description |
|---|---|
| TVertex | The type of the vertex. |