Packages

final case class Angle(rad: Double) extends AnyVal with BaseValue[Angle] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Angle
  2. Serializable
  3. Product
  4. Equals
  5. BaseValue
  6. Ordered
  7. Comparable
  8. AnyVal
  9. Any
Implicitly
  1. by orderingToOrdered
  2. by richDrxAny
  3. by DrxBoundOps
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Angle(rad: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def *(scale: Long)(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  4. def *(scale: Int)(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  5. def *(scale: Double)(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  6. def +(that: BaseValue[Angle])(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  7. def +-(eps: BaseValue[Angle])(implicit b: Boundable[Angle]): Bound[Angle]
    Definition Classes
    BaseValue
  8. def -(that: BaseValue[Angle])(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  9. def ->[B](y: B): (Angle, B)
    Implicit
    This member is added by an implicit conversion from Angle toArrowAssoc[Angle] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def /(scale: Long)(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  11. def /(scale: Int)(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  12. def /(scale: Double)(implicit d1: DummyImplicit): Angle
    Definition Classes
    BaseValue
  13. def /(that: BaseValue[Angle])(implicit d1: DummyImplicit): Double
    Definition Classes
    BaseValue
  14. def <(that: Angle): Boolean
    Definition Classes
    Ordered
  15. def <=(that: Angle): Boolean
    Definition Classes
    Ordered
  16. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  17. def >(that: Angle): Boolean
    Definition Classes
    Ordered
  18. def >=(that: Angle): Boolean
    Definition Classes
    Ordered
  19. def abs: Angle
    Definition Classes
    BaseValue
  20. def apply(v: Double): Angle
    Definition Classes
    AngleBaseValue
  21. def applyIf(t: Boolean, f: (Angle) => Angle): Angle
    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  22. def applyIf(t: (Angle) => Boolean)(f: (Angle) => Angle): Angle

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def as(unit: String): Double
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def baseValue: Double
    Definition Classes
    AngleBaseValue
  26. def compare(that: Angle): Int
    Definition Classes
    Angle → Ordered
  27. def compare(that: BaseValue[Angle]): Int
    Definition Classes
    BaseValue
  28. def compareTo(that: Angle): Int
    Definition Classes
    Ordered → Comparable
  29. def cos: Double
  30. def cos2: Double
  31. def deg: Double
  32. def degMinSec: (Int, Int, Double)
  33. def degMinSecString: String
  34. def delta(that: Angle): Angle
  35. def elementOf(xs: Set[Angle]): Boolean
    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. def ensuring(cond: (Angle) => Boolean, msg: => Any): Angle
    Implicit
    This member is added by an implicit conversion from Angle toEnsuring[Angle] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: (Angle) => Boolean): Angle
    Implicit
    This member is added by an implicit conversion from Angle toEnsuring[Angle] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: Boolean, msg: => Any): Angle
    Implicit
    This member is added by an implicit conversion from Angle toEnsuring[Angle] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean): Angle
    Implicit
    This member is added by an implicit conversion from Angle toEnsuring[Angle] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Angle toStringFormat[Angle] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  41. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def lerp(that: BaseValue[Angle])(ratio: Double): Angle
    Definition Classes
    BaseValue
  44. def nice: String
    Definition Classes
    AngleBaseValue
  45. def noneIf(f: (Angle) => Boolean): Option[Angle]
    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  46. def norm: Angle
  47. def optionIf(f: (Angle) => Boolean): Option[Angle]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def preApply[B](f: (Angle) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  49. def productElementNames: Iterator[String]
    Definition Classes
    Product
  50. val rad: Double
  51. def rzDelta(that: Angle): Angle
  52. def sideEffect(f: (Angle) => Unit): Angle

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  53. def sin: Double
  54. def sin2: Double
  55. def someIf(f: (Angle) => Boolean): Option[Angle]
    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  56. def tan: Double
  57. def tan2: Double
  58. val thisAny: Angle
    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  59. def till(maxArg: Angle): Bound[Angle]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from Angle toBoundOps[Angle] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  60. def toString(): String
    Definition Classes
    Angle → Any
  61. def unary_-: Angle
    Definition Classes
    BaseValue
  62. def ~(that: Angle)(implicit b: Boundable[Angle]): Bound[Angle]
    Definition Classes
    BaseValue
  63. def ~=(that: BaseValue[Angle])(implicit eps: Eps): Boolean
    Definition Classes
    BaseValue
  64. def ~>(that: BaseValue[Angle])(implicit b: Boundable[Angle]): Bound[Angle]
    Definition Classes
    BaseValue

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Angle toany2stringadd[Angle] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: any2stringadd[Angle]).+(other)
    Definition Classes
    any2stringadd
  2. def <(that: Angle): Boolean
    Implicit
    This member is added by an implicit conversion from Angle toOrdered[Angle] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: Ordered[Angle]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: Angle): Boolean
    Implicit
    This member is added by an implicit conversion from Angle toOrdered[Angle] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: Ordered[Angle]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: Angle): Boolean
    Implicit
    This member is added by an implicit conversion from Angle toOrdered[Angle] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: Ordered[Angle]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: Angle): Boolean
    Implicit
    This member is added by an implicit conversion from Angle toOrdered[Angle] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: Ordered[Angle]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: Angle): Int
    Implicit
    This member is added by an implicit conversion from Angle toOrdered[Angle] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: Ordered[Angle]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: Angle): Int
    Implicit
    This member is added by an implicit conversion from Angle toOrdered[Angle] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (angle: Ordered[Angle]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

  1. def ?>(f: (Angle) => Boolean): Option[Angle]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def pos: Angle
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.5) use norm instead

  3. def |>[B](f: (Angle) => B): B
    Implicit
    This member is added by an implicit conversion from Angle toDrxAny[Angle] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  4. def [B](y: B): (Angle, B)
    Implicit
    This member is added by an implicit conversion from Angle toArrowAssoc[Angle] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BaseValue[Angle]

Inherited from Ordered[Angle]

Inherited from Comparable[Angle]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromAngle to Ordered[Angle]

Inherited by implicit conversion richDrxAny fromAngle to DrxAny[Angle]

Inherited by implicit conversion DrxBoundOps fromAngle to BoundOps[Angle]

Inherited by implicit conversion any2stringadd fromAngle to any2stringadd[Angle]

Inherited by implicit conversion StringFormat fromAngle to StringFormat[Angle]

Inherited by implicit conversion Ensuring fromAngle to Ensuring[Angle]

Inherited by implicit conversion ArrowAssoc fromAngle to ArrowAssoc[Angle]

Ungrouped