Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGeometry2D Class / NormalizeAngle Method
Angle to normalize (in radians).


In This Topic
    NormalizeAngle Method
    In This Topic
    Normalizes the specified angle (in radians) to be in the range [0 - 2PI).
    Syntax
    'Declaration
     
    
    Public Shared Function NormalizeAngle( _
       ByVal angle As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim angle As System.Single
    Dim value As System.Single
     
    value = NGeometry2D.NormalizeAngle(angle)
    public static System.float NormalizeAngle( 
       System.float angle
    )

    Parameters

    angle
    Angle to normalize (in radians).

    Return Value

    Angle in the range [0 - 2PI).
    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