Object

basis.math.binary64

R4

Related Doc: package binary64

Permalink

object R4 extends AffineSpace with F4 with RN

A 4-dimensional double-precision floating-point vector space.

Source
R4.scala
Version

0.1

Since

0.0

Linear Supertypes
RN, F4, FN, VectorSpace, AffineSpace, AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. R4
  2. RN
  3. F4
  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 = VectorR4

    Permalink

    The type of points in this vector space.

    The type of points in this vector space.

    Definition Classes
    R4AffineSpace
  2. trait PointElement extends Any

    Permalink

    A point in this affine space.

    A point in this affine space.

    Definition Classes
    AffineSpace
  3. type Scalar = Real

    Permalink

    The type of scalars in this vector space.

    The type of scalars in this vector space.

    Definition Classes
    R4RNVectorSpaceAffineSpace
  4. type Vector = VectorR4

    Permalink

    The type of vectors in this vector space.

    The type of vectors in this vector space.

    Definition Classes
    R4RNF4FNVectorSpaceAffineSpace
  5. trait VectorElement extends Any

    Permalink

    A vector in this vector space.

    A vector in this vector space.

    Definition Classes
    VectorSpace
  6. trait VectorF4 extends VectorFN

    Permalink
    Definition Classes
    F4
  7. trait VectorFN extends VectorElement

    Permalink
    Definition Classes
    FN
  8. final class VectorR4 extends PointElement with VectorF4 with VectorRN

    Permalink
  9. trait VectorRN extends VectorFN

    Permalink
    Definition Classes
    RN

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: Real.type

    Permalink

    Returns the scalar set of this vector space.

    Returns the scalar set of this vector space.

    Definition Classes
    R4RNVectorSpaceAffineSpace
  5. implicit def ScalarTag: ClassTag[Real]

    Permalink
    Definition Classes
    RNFN
  6. val Vector: R4.type

    Permalink

    Returns the vector space underlying this vector space.

    Returns the vector space underlying this vector space.

    Definition Classes
    R4AffineSpace
  7. def apply(coords: Array[Double]): Vector

    Permalink

    Returns a new vector with the given Double coordinates.

    Returns a new vector with the given Double coordinates.

    Definition Classes
    R4RN
  8. def apply(x: Scalar, y: Scalar, z: Scalar, w: Scalar): Vector

    Permalink

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

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

    Definition Classes
    R4F4
  9. def apply(coords: Array[R4.Scalar]): Vector

    Permalink

    Returns a new vector with the given coordinates.

    Returns a new vector with the given coordinates.

    Definition Classes
    RNFN
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dim: Int

    Permalink

    Returns the dimension of this vector space.

    Returns the dimension of this vector space.

    Definition Classes
    R4F4FN
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def origin: Vector

    Permalink

    Returns the origin of this vector space.

    Returns the origin of this vector space.

    Definition Classes
    R4AffineSpace
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink

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

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

    Definition Classes
    F4
  26. final def wait(): Unit

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

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

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

    Permalink

    Returns the additive identity of this vector space.

    Returns the additive identity of this vector space.

    Definition Classes
    R4RNF4FNVectorSpace

Inherited from RN

Inherited from F4

Inherited from FN

Inherited from VectorSpace

Inherited from AffineSpace

Inherited from AnyRef

Inherited from Any

Ungrouped