Nevron .NET Vision
Nevron Namespace / NMath Class
Fields Methods


In This Topic
    NMath Class Members
    In This Topic

    The following tables list the members exposed by NMath.

    Public Fields
     NameDescription
    Public FieldDegrees to grads convertion constant  
    Public FieldDegrees to radians convertion constant  
    Public FieldGrads to degrees convertion constant  
    Public FieldGrads to degrees convertion constant  
    Public FieldThe PI constant  
    Public FieldThe PI * 2 constant  
    Public FieldThe PI * 3 / 2  
    Public FieldThe PI * 3 / 2 constant (270 degrees)  
    Public FieldThe PI / 2 constant  
    Public FieldThe PI / 4 constant  
    Public FieldRadians to degrees convertion constant  
    Public FieldRadians to grads convertion constant  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns the absolute difference of the two angles  
    Public Methodstatic (Shared in Visual Basic)Returns the difference of the two angles  
    Public Methodstatic (Shared in Visual Basic)Returns the angle (in radians), which a vector with y and x coordinates forms with the X-axis  
    Public Methodstatic (Shared in Visual Basic)Gets the most rounded number (i.e. the number with most ending zeroes) between a and b excluding them both.  
    Public Methodstatic (Shared in Visual Basic)Returns the sweep angle between start and end in the clockwise or counterclockwise direction  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Normalizes an angle specified in degrees to be in the range [0: 360)  
    Public Methodstatic (Shared in Visual Basic)Normalizes an angle specified in degrees to be in the range [0: 180)  
    Public Methodstatic (Shared in Visual Basic)Normalizes an angle specified in radians to be in the range [0: PI)  
    Public Methodstatic (Shared in Visual Basic)Normalizes an angle specified in grads to be in the range [0: 400)  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Normalizes an angle specified in radians to be in the range [0: PI2)  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Rounds the specified value to the nearest int value  
    Public Methodstatic (Shared in Visual Basic)Rounds the specified rectangle  
    Public Methodstatic (Shared in Visual Basic)Returns the angle which cosine is the specified number.  
    Public Methodstatic (Shared in Visual Basic)Returns the angle which sine is the specified number.  
    Public Methodstatic (Shared in Visual Basic)Returns the angle whose tangent is the quotient of two specified numbers.  
    Public Methodstatic (Shared in Visual Basic)Computes the square root of a value, returning 0 if the value is negative.  
    Public Methodstatic (Shared in Visual Basic)Snaps the angle to the nearest angle  
    Public Methodstatic (Shared in Visual Basic)Converts the specified object to double value  
    Public Methodstatic (Shared in Visual Basic)Fixes the float point for six digit precision  
    Top
    See Also