public static System.float GetSweepAngle( System.float start, System.float end, System.bool clockWise )
'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