Angle
Represents an angle value.
An enumeration of angle representations.
The 180° angle.
The 45° angle.
The 90° angle.
The 135° angle.
The zero angle.
Gets the type of the length.
Gets the representation of the unit as a string.
Gets the value of the angle.
Creates a new angle value.
Gets the unit from the enumeration for the provided string.
Converts the angle to a number representing radians.
Tries to convert the given string to an Angle.
Compares the current angle against the given one.
Computes the cosine of the given angle.
Checks for equality with the other angle.
Computes the sine of the given angle.
Computes the tangent of the given angle.
Converts the contained value to rad.
Returns a formatted string representing the angle.
Converts the contained value to turns.