Nevron Namespace / NMath Class / GetSweepAngle Method


GetSweepAngle Method
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)

Parameters

start
end
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