Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DF Structure / TripleOrientation Method


In This Topic
    TripleOrientation Method
    In This Topic
    Determines the orientation of three points in the XY plane.
    Syntax
    'Declaration
     
    
    Public Shared Function TripleOrientation( _
       ByVal ax As System.Double, _
       ByVal ay As System.Double, _
       ByVal bx As System.Double, _
       ByVal by As System.Double, _
       ByVal cx As System.Double, _
       ByVal cy As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim ax As System.Double
    Dim ay As System.Double
    Dim bx As System.Double
    Dim by As System.Double
    Dim cx As System.Double
    Dim cy As System.Double
    Dim value As System.Double
     
    value = NVector3DF.TripleOrientation(ax, ay, bx, by, cx, cy)
    public static System.double TripleOrientation( 
       System.double ax,
       System.double ay,
       System.double bx,
       System.double by,
       System.double cx,
       System.double cy
    )

    Parameters

    ax
    ay
    bx
    by
    cx
    cy
    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