Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAngle Structure
Properties Methods


In This Topic
    NAngle Structure Members
    In This Topic

    The following tables list the members exposed by NAngle.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the angle unit  
    Public PropertyGets the angle value  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an exact replica of this NAngle object  
    Public MethodCompares this instance to a specified object and returns an indication of their relative values.  
    Public MethodConverts the angle to an angle in the specified target unit  
    Public MethodDetermines whether the angles are equal.  
    Public MethodReturns the hash code for this instance.  
    Public MethodNormalizes the angle  
    Public Methodstatic (Shared in Visual Basic)Converts the string representation of the angle to NAngle  
    Public MethodReturns the angle measured in degrees  
    Public MethodReturns the angle measured in grads  
    Public MethodReturns the angle measured in radians  
    Public MethodReturns the string representation of this NAngle object.  
    Top
    Public Operators
    Arithmetic binary plus operator. The resulting angle uses the {a} paramater angle unit.
    Arithmetic binary minus operator. The resulting angle uses the {a} paramater angle unit.
    Arithmetic unary minus operator
    Arithmetic unary plus operator
    Top
    See Also