NevronOpenVision
Nevron.Nov.Graphics Namespace / NVector3DF Structure / TripleOrientationXY Method
Vector
Vector
Vector
In This Topic
    TripleOrientationXY Method
    In This Topic
    Determines the orientation of three points in the XY plane.
    Syntax
    public static System.float TripleOrientationXY( 
       NVector3DF a,
       NVector3DF b,
       NVector3DF c
    )

    Parameters

    a
    Vector
    b
    Vector
    c
    Vector

    Return Value

    0 - the points a, b, c are colinear positive - counter clockwise negative - clockwise
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also