Degrees

data class Degrees(val value: Double) : Orientation

Degrees, limited on [0, 360)

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Orientation as a Degrees and retrieves its kotlin.Double value. Throws an exception if the Orientation is not a Degrees.

Link copied to clipboard

Casts this Orientation as a Degrees and retrieves its kotlin.Double value. Returns null if the Orientation is not a Degrees.