implicit object BoundableAngle extends BoundableBaseValue[Angle]
- Source
- units.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundableAngle
- BoundableBaseValue
- Boundable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(b: Bound[Angle], v: Angle): Boolean
- Definition Classes
- Boundable
- def dist(min: Angle, max: Angle): Double
- Definition Classes
- BoundableBaseValue → Boundable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(a: Angle, b: Angle): Boolean
- Definition Classes
- Boundable
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def gain(min: Angle, max: Angle): Double
- Definition Classes
- BoundableBaseValue → Boundable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def interpolate(min: Angle, max: Angle, ratio: Double): Angle
- Definition Classes
- BoundableBaseValue → Boundable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lessThan(a: Angle, b: Angle): Boolean
- Definition Classes
- BoundableBaseValue → Boundable
- final def lessThanOrEqual(a: Angle, b: Angle): Boolean
- Definition Classes
- Boundable
- final def max(a: Angle, b: Angle): Angle
- Definition Classes
- Boundable
- final def min(a: Angle, b: Angle): Angle
- Definition Classes
- Boundable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def ratioOf(min: Angle, max: Angle, x: Angle): Double
- Definition Classes
- BoundableBaseValue → Boundable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(a: Angle, b: Angle): String
- Definition Classes
- Boundable
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def containsNorm(b: Bound[Angle], v: Angle): Boolean
this version does not require the min to be less than the max norm puts it into a canonical Bound form where the min < max
this version does not require the min to be less than the max norm puts it into a canonical Bound form where the min < max
- Definition Classes
- Boundable
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.13) the 'normal'
contains
method should provide this functionality
- def norm(b: Bound[Angle]): Bound[Angle]
norm puts it into a canonical Bound form where the min < max
norm puts it into a canonical Bound form where the min < max
- Definition Classes
- Boundable
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.13) try not to use this function, it was to specialized