Nevron .NET Vision
Nevron.Chart Namespace / NTriangle Structure / NTriangle Constructor


In This Topic
    NTriangle Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal a As NVector3DD, _
       ByVal b As NVector3DD, _
       ByVal c As NVector3DD _
    )
    'Usage
     
    
    Dim a As NVector3DD
    Dim b As NVector3DD
    Dim c As NVector3DD
     
    Dim instance As New NTriangle(a, b, c)
    public NTriangle( 
       NVector3DD a,
       NVector3DD b,
       NVector3DD c
    )

    Parameters

    a
    b
    c
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also