Packages

o

cc.drx.Velocity

BoundableVelocity

implicit object BoundableVelocity extends BoundableBaseValue[Velocity]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundableVelocity
  2. BoundableBaseValue
  3. Boundable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def contains(b: Bound[Velocity], v: Velocity): Boolean
    Definition Classes
    Boundable
  7. def dist(min: Velocity, max: Velocity): Double
    Definition Classes
    BoundableBaseValueBoundable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def equals(a: Velocity, b: Velocity): Boolean
    Definition Classes
    Boundable
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def gain(min: Velocity, max: Velocity): Double
    Definition Classes
    BoundableBaseValueBoundable
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def interpolate(min: Velocity, max: Velocity, ratio: Double): Velocity
    Definition Classes
    BoundableBaseValueBoundable
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lessThan(a: Velocity, b: Velocity): Boolean
    Definition Classes
    BoundableBaseValueBoundable
  18. final def lessThanOrEqual(a: Velocity, b: Velocity): Boolean
    Definition Classes
    Boundable
  19. final def max(a: Velocity, b: Velocity): Velocity
    Definition Classes
    Boundable
  20. final def min(a: Velocity, b: Velocity): Velocity
    Definition Classes
    Boundable
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def ratioOf(min: Velocity, max: Velocity, x: Velocity): Double
    Definition Classes
    BoundableBaseValueBoundable
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(a: Velocity, b: Velocity): String
    Definition Classes
    Boundable
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def containsNorm(b: Bound[Velocity], v: Velocity): 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

  2. def norm(b: Bound[Velocity]): Bound[Velocity]

    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

Inherited from Boundable[Velocity]

Inherited from AnyRef

Inherited from Any

Ungrouped