Nevron.GraphicsCore Namespace / NVector3DF Structure / TripleOrientationXY Method


In This Topic
    TripleOrientationXY Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function TripleOrientationXY( _
       ByVal a As NVector3DF, _
       ByVal b As NVector3DF, _
       ByVal c As NVector3DF _
    ) As System.Single
    'Usage
     
    
    Dim a As NVector3DF
    Dim b As NVector3DF
    Dim c As NVector3DF
    Dim value As System.Single
     
    value = NVector3DF.TripleOrientationXY(a, b, c)
    public static System.float TripleOrientationXY( 
       NVector3DF a,
       NVector3DF b,
       NVector3DF 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