Radians

indigo.shared.datatypes.Radians$package.Radians
object Radians

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Radians.type

Members list

Value members

Concrete methods

inline def apply(radians: Double): Radians
inline def fromDegrees(degrees: Double): Radians
inline def fromSeconds(seconds: Seconds): Radians
def mod(dividend: Radians, divisor: Radians): Radians

Concrete fields

val 2PI: Radians
val PI: Radians
val PIby2: Radians
val TAU: Radians
val zero: Radians

Extensions

Extensions

extension (r: Radians)
def %(other: Radians): Radians
def %(other: Double): Radians
def *(other: Radians): Radians
def *(other: Double): Radians
def +(other: Radians): Radians
def +(other: Double): Radians
def -(other: Radians): Radians
def -(other: Double): Radians
def /(other: Radians): Radians
def /(other: Double): Radians
def toDegrees: Double
def toDouble: Double
def toFloat: Float
def wrap: Radians
def ~==(other: Radians): Boolean