Unit

enum Unit : Enum<Angle.Unit>

The unit of an angle's value.

Entries

Link copied to clipboard
RADIAN("rad", )

Describes an angle in radians.

Link copied to clipboard
DEGREE("°", )

Describes an angle in degrees.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int