Radians

object Radians
class Object
trait Matchable
class Any

Value members

Concrete methods

inline
def apply(radians: Double): Radians
inline
def fromDegrees(degrees: Double): Radians
inline
def fromSeconds(seconds: Seconds): Radians

Concrete fields

val PI: Radians

Extensions

Extensions

extension (r: Radians)
def *(other: Radians): Radians
@targetName("*_Double")
def *(other: Double): Radians
def +(other: Radians): Radians
@targetName("+_Double")
def +(other: Double): Radians
def -(other: Radians): Radians
@targetName("-_Double")
def -(other: Double): Radians
def /(other: Radians): Radians
@targetName("/_Double")
def /(other: Double): Radians
def toDouble: Double
def toFloat: Float
def ~==(other: Radians): Boolean