case class LesserRay[T](bound: Bound[T])(implicit conv: (T) => Ordered[T]) extends Ray[T] with Ordered[LesserRay[T]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LesserRay
- Serializable
- Product
- Equals
- Ordered
- Comparable
- Ray
- Function1
- 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
- def <(that: LesserRay[T]): Boolean
- Definition Classes
- Ordered
- def <=(that: LesserRay[T]): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: LesserRay[T]): Boolean
- Definition Classes
- Ordered
- def >=(that: LesserRay[T]): Boolean
- Definition Classes
- Ordered
- def andThen[A](g: (Boolean) => A): (T) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(point: T): Boolean
Tests if this ray contains the specified point.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bound: Bound[T]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compare(other: LesserRay[T]): Int
- Definition Classes
- LesserRay → Ordered
- def compareTo(that: LesserRay[T]): Int
- Definition Classes
- Ordered → Comparable
- def compose[A](g: (A) => T): (A) => Boolean
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def connects(other: Ray[T]): Boolean
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
- def encloses(other: Ray[T]): Boolean
Tests if this ray encloses the other.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intersects(other: Ray[T]): Boolean
Tests if this ray intersects the other.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSameDirection(other: Ray[T]): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tangent: Option[GreaterRay[T]]
Returns the ray tangent to this one, if such a ray exists.
- def tangents(other: Ray[T]): Boolean
Tests if this ray is tangent to the other.
- def toString(): String
- Definition Classes
- LesserRay → Function1 → AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.