Nevron .NET Vision
Nevron Namespace / NMath Class / Atan2Normalized Method


In This Topic
    Atan2Normalized Method
    In This Topic
    Returns the angle (in radians), which a vector with y and x coordinates forms with the X-axis
    Syntax
    'Declaration
     
    
    Public Shared Function Atan2Normalized( _
       ByVal y As System.Single, _
       ByVal x As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim y As System.Single
    Dim x As System.Single
    Dim value As System.Single
     
    value = NMath.Atan2Normalized(y, x)
    public static System.float Atan2Normalized( 
       System.float y,
       System.float x
    )

    Parameters

    y
    x

    Return Value

    angle in range [0, PI * 2)
    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