RotationUnit
open class RotationUnit(val degreesPerUnit: Double, val symbol: String) : UnitOfMeasure, Comparable<RotationUnit> (source)
Represents a unit of Rotation measurement.
See also
Functions
Link copied to clipboard
Converts this angular unit to a LengthUnit on the surface of a sphere, using the given World's average radius.
Link copied to clipboard