Dynamic Water Physics 2
Search Results for

    Show / Hide Table of Contents

    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)

    Inheritance
    object
    ConvexFace<TVertex, TCell>
    TriangulationCell<TVertex, TCell>
    DefaultTriangulationCell<TVertex>
    Inherited Members
    ConvexFace<TVertex, TCell>.Adjacency
    ConvexFace<TVertex, TCell>.Vertices
    ConvexFace<TVertex, TCell>.Normal
    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>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics