Angle
A quantity describing an angle. (For example, 90 degrees.)
Types
Functions
Link copied to clipboard
Expresses the angle's value in degrees rounded down.
Link copied to clipboard
Expresses the angle's value in radians rounded down.
Link copied to clipboard
open override fun toString(unit: Angle.Unit, decimals: Int, suffixMode: Quantity.SuffixMode, decimalsMode: Quantity.DecimalsMode): String
Returns a string representation for the value from this
with the given unit. Depending on decimalsMode, it will show either exactly or at most decimals amount of decimals after the separator. The unit will be suffixed depending on suffixMode.
Link copied to clipboard
Returns a new instance with the value from this
as negative.