Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGeometry2D Class / AngleInRange Method / AngleInRange(Double,Double,Double) Method


In This Topic
    AngleInRange(Double,Double,Double) Method
    In This Topic
    Determines whether angle is in the sweep arc from start angle (in radians).
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function AngleInRange( _
       ByVal startAngle As System.Double, _
       ByVal sweepAngle As System.Double, _
       ByVal angle As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim startAngle As System.Double
    Dim sweepAngle As System.Double
    Dim angle As System.Double
    Dim value As System.Boolean
     
    value = NGeometry2D.AngleInRange(startAngle, sweepAngle, angle)
    public static System.bool AngleInRange( 
       System.double startAngle,
       System.double sweepAngle,
       System.double angle
    )

    Parameters

    startAngle
    sweepAngle
    angle
    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