Name | Description | |
---|---|---|
![]() ![]() | AngleInRange | Determines whether angle is in the sweep arc from start angle (in radians). |
![]() | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. |
![]() | Deserialize | Deserializes the object state from the specified property bag. |
![]() | Equals | Overloaded. Determines whether this angle is equal to the specified angle |
![]() ![]() | FromDegrees | Creates an angle measured in degrees. |
![]() ![]() | FromGrads | Creates an angle measured in grads. |
![]() ![]() | FromRadians | Creates an angle measured in radians. |
![]() ![]() | GetAngleQuadrant | Returns the quadrant (0, 1, 2, 3) of the specified angle. |
![]() | GetHashCode | Returns the hash code for this instance. |
![]() | Normalize | Returns the normalized angle of this angle |
![]() ![]() | NormalizeDegrees | Normalizes an angle specified in degrees to be in the range [0, 360). |
![]() ![]() | NormalizeDirectionRadians | Normalizes an angle specified in radians to be in the range [0: PI) |
![]() ![]() | NormalizeGrads | Normalizes an angle specified in grads to be in the range [0, 400). |
![]() ![]() | NormalizeRadians | Normalizes an angle specified in radians to be in the range [0, 2*PI). |
![]() | Serialize | Serializes the object state into the specified property bag. |
![]() | ToDegrees | Returns the angle measured in degrees |
![]() | ToGrads | Returns the angle measured in grads |
![]() | ToRadians | Returns the angle measured in radians |
![]() | ToString | Returns the string representation of this NAngle object. |
![]() ![]() | TrySnapAngle | Tries to snap angleToSnap to a whole value of the snapStep snapping step. Retruns true if the snappedAngle is at most +-snapDeviation from the angleToSnap. |