Dynamic Water Physics 2
Search Results for

    Show / Hide Table of Contents

    Class DelaunayTriangulation<TVertex, TCell>

    Calculation and representation of Delaunay triangulation.

    Inheritance
    object
    DelaunayTriangulation<TVertex, TCell>
    Implements
    ITriangulation<TVertex, TCell>
    Namespace: NWH.DWP2.MiConvexHull
    Assembly: NWH.DWP2.dll
    Syntax
    public class DelaunayTriangulation<TVertex, TCell> : ITriangulation<TVertex, TCell> where TVertex : IVertex where TCell : TriangulationCell<TVertex, TCell>, new()
    Type Parameters
    Name Description
    TVertex

    The type of the t vertex.

    TCell

    The type of the t cell.

    Properties

    | Edit this page View Source

    Cells

    Cells of the triangulation.

    Declaration
    public IEnumerable<TCell> Cells { get; }
    Property Value
    Type Description
    IEnumerable<TCell>

    The cells.

    Methods

    | Edit this page View Source

    Create(IList<TVertex>)

    Creates the Delaunay triangulation of the input data.

    Declaration
    public static DelaunayTriangulation<TVertex, TCell> Create(IList<TVertex> data)
    Parameters
    Type Name Description
    IList<TVertex> data

    The data.

    Returns
    Type Description
    DelaunayTriangulation<TVertex, TCell>

    DelaunayTriangulation<TVertex, TCell>.

    Exceptions
    Type Condition
    ArgumentNullException

    data

    Implements

    ITriangulation<TVertex, TCell>

    See Also

    ITriangulation<TVertex, TCell>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics