Class

continuum

GreaterRay

Related Doc: package continuum

Permalink

case class GreaterRay[T](bound: Bound[T])(implicit conv: (T) ⇒ Ordered[T]) extends Ray[T] with Ordered[GreaterRay[T]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[GreaterRay[T]], Comparable[GreaterRay[T]], Ray[T], (T) ⇒ Boolean, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GreaterRay
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. Ray
  9. Function1
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GreaterRay(bound: Bound[T])(implicit conv: (T) ⇒ Ordered[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: GreaterRay[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: GreaterRay[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: GreaterRay[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: GreaterRay[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def andThen[A](g: (Boolean) ⇒ A): (T) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(point: T): Boolean

    Permalink

    Tests if this ray contains the specified point.

    Tests if this ray contains the specified point.

    Definition Classes
    GreaterRayRay → Function1
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val bound: Bound[T]

    Permalink
    Definition Classes
    GreaterRayRay
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(other: GreaterRay[T]): Int

    Permalink
    Definition Classes
    GreaterRay → Ordered
  14. def compareTo(that: GreaterRay[T]): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  15. def compose[A](g: (A) ⇒ T): (A) ⇒ Boolean

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. def connects(other: Ray[T]): Boolean

    Permalink

    Tests if this ray is connected to the other.

    Tests if this ray is connected to the other. Rays are connected if they intersect, or are tangent.

    Definition Classes
    Ray
  17. def encloses(other: Ray[T]): Boolean

    Permalink

    Tests if this ray encloses the other.

    Tests if this ray encloses the other. A ray encloses another if it contains all points contained by the other.

    Definition Classes
    GreaterRayRay
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def intersects(other: Ray[T]): Boolean

    Permalink

    Tests if this ray intersects the other.

    Tests if this ray intersects the other. Rays intersect if they share any points in common. Said another way, rays intersect if they overlap.

    Definition Classes
    GreaterRayRay
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isSameDirection(other: Ray[T]): Boolean

    Permalink
    Definition Classes
    GreaterRayRay
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def tangent: Option[LesserRay[T]]

    Permalink

    Returns the ray tangent to this one, if such a ray exists.

    Returns the ray tangent to this one, if such a ray exists.

    Definition Classes
    GreaterRayRay
  29. def tangents(other: Ray[T]): Boolean

    Permalink

    Tests if this ray is tangent to the other.

    Tests if this ray is tangent to the other. Rays are tangent if they do not contain any points in common, but all points are contained by one of the rays.

    Definition Classes
    GreaterRayRay
  30. def toString(): String

    Permalink
    Definition Classes
    GreaterRay → Function1 → AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[GreaterRay[T]]

Inherited from Comparable[GreaterRay[T]]

Inherited from Ray[T]

Inherited from (T) ⇒ Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped