ArcFM Engine Developer Guide
NormalizeAngle Method


Normalizes the angle to the range (-Pi, Pi], which is the range of the Math.Atan2 function.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function NormalizeAngle( _
   ByVal angle As Double _
) As Double
'Usage
 
Dim angle As Double
Dim value As Double
 
value = SeSpatialExtensions.NormalizeAngle(angle)
[Extension()]
public static double NormalizeAngle( 
   double angle
)

Parameters

angle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SeSpatialExtensions Class
SeSpatialExtensions Members

 

 


Send Comment