Object

basis.math.binary64

RI3

Related Doc: package binary64

Permalink

object RI3 extends AffineSpace with RIN with F3

A 3-dimensional double-precision floating-point interval vector space.

Source
RI3.scala
Version

0.1

Since

0.1

Linear Supertypes
F3, RIN, FN, VectorSpace, AffineSpace, AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RI3
  2. F3
  3. RIN
  4. FN
  5. VectorSpace
  6. AffineSpace
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Point = VectorRI3

    Permalink

    The type of points in this interval space.

    The type of points in this interval space.

    Definition Classes
    RI3AffineSpace
  2. trait PointElement extends Any

    Permalink

    A point in this affine space.

    A point in this affine space.

    Definition Classes
    AffineSpace
  3. type Scalar = RInterval

    Permalink

    The type of scalars in this interval space.

    The type of scalars in this interval space.

    Definition Classes
    RI3RINVectorSpaceAffineSpace
  4. type Vector = VectorRI3

    Permalink

    The type of vectors in this interval space.

    The type of vectors in this interval space.

    Definition Classes
    RI3F3RINFNVectorSpaceAffineSpace
  5. trait VectorElement extends Any

    Permalink

    A vector in this vector space.

    A vector in this vector space.

    Definition Classes
    VectorSpace
  6. trait VectorF3 extends VectorFN

    Permalink
    Definition Classes
    F3
  7. trait VectorFN extends VectorElement

    Permalink
    Definition Classes
    FN
  8. final class VectorRI3 extends PointElement with VectorRIN with VectorF3

    Permalink
  9. trait VectorRIN extends VectorFN

    Permalink
    Definition Classes
    RIN

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Scalar: RInterval.type

    Permalink

    Returns the scalar set of this interval space.

    Returns the scalar set of this interval space.

    Definition Classes
    RI3RINVectorSpaceAffineSpace
  5. implicit def ScalarTag: ClassTag[RInterval]

    Permalink
    Definition Classes
    RINFN
  6. val Vector: RI3.type

    Permalink

    Returns the vector space underlying this interval space.

    Returns the vector space underlying this interval space.

    Definition Classes
    RI3AffineSpace
  7. def apply(x: Scalar, y: Scalar, z: Scalar): Vector

    Permalink

    Returns a new vector with 𝑥, 𝑦 and 𝑧 coordinates.

    Returns a new vector with 𝑥, 𝑦 and 𝑧 coordinates.

    Definition Classes
    RI3F3
  8. def apply(coords: Array[RI3.Scalar]): Vector

    Permalink

    Returns a new vector with the given coordinates.

    Returns a new vector with the given coordinates.

    Definition Classes
    F3FN
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit def coerce(that: ZI3.Vector): Vector

    Permalink
  12. implicit def degenerate(vector: R3.Vector): Vector

    Permalink
  13. def dim: Int

    Permalink

    Returns the dimension of this vector space.

    Returns the dimension of this vector space.

    Definition Classes
    F3FN
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def origin: Vector

    Permalink

    Returns the origin of this interval space.

    Returns the origin of this interval space.

    Definition Classes
    RI3AffineSpace
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    RI3 → AnyRef → Any
  26. def unapply(vector: Vector): Option[(RI3.Scalar, RI3.Scalar, RI3.Scalar)]

    Permalink

    Extracts the 𝑥, 𝑦 and 𝑧 coordinates from a vector.

    Extracts the 𝑥, 𝑦 and 𝑧 coordinates from a vector.

    Definition Classes
    F3
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val zero: Vector

    Permalink

    Returns the additive identity of this interval space.

    Returns the additive identity of this interval space.

    Definition Classes
    RI3F3FNVectorSpace

Inherited from F3

Inherited from RIN

Inherited from FN

Inherited from VectorSpace

Inherited from AffineSpace

Inherited from AnyRef

Inherited from Any

Ungrouped