Nevron .NET Vision
Nevron Namespace / NMath Class / GetSweepAngle Method
in degrees
in degrees


In This Topic
    GetSweepAngle Method
    In This Topic
    Returns the sweep angle between start and end in the clockwise or counterclockwise direction
    Syntax
    'Declaration
     
    
    Public Shared Function GetSweepAngle( _
       ByVal start As System.Single, _
       ByVal end As System.Single, _
       ByVal clockWise As System.Boolean _
    ) As System.Single
    'Usage
     
    
    Dim start As System.Single
    Dim end As System.Single
    Dim clockWise As System.Boolean
    Dim value As System.Single
     
    value = NMath.GetSweepAngle(start, end, clockWise)
    public static System.float GetSweepAngle( 
       System.float start,
       System.float end,
       System.bool clockWise
    )

    Parameters

    start
    in degrees
    end
    in degrees
    clockWise
    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