'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