basis.math.binary64

ZI2

object ZI2 extends AffineSpace with ZIN with F2

A 2-dimensional 64-bit two's complement integer interval module.

Source
ZI2.scala
Version

0.1

Since

0.1

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

Type Members

  1. type Point = VectorZI2

    The type of points in this interval module.

    The type of points in this interval module.

    Definition Classes
    ZI2AffineSpace
  2. trait PointElement extends Any

    A point in this affine space.

    A point in this affine space.

    Definition Classes
    AffineSpace
  3. type Scalar = ZInterval

    The type of scalars in this interval module.

    The type of scalars in this interval module.

    Definition Classes
    ZI2ZINVectorSpaceAffineSpace
  4. type Vector = VectorZI2

    The type of vectors in this interval module.

    The type of vectors in this interval module.

    Definition Classes
    ZI2F2ZINFNVectorSpaceAffineSpace
  5. trait VectorElement extends Any

    A vector in this vector space.

    A vector in this vector space.

    Definition Classes
    VectorSpace
  6. trait VectorF2 extends VectorFN

    Definition Classes
    F2
  7. trait VectorFN extends VectorElement

    Definition Classes
    FN
  8. final class VectorZI2 extends PointElement with VectorZIN with VectorF2

  9. trait VectorZIN extends VectorFN

    Definition Classes
    ZIN

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. val Scalar: ZInterval.type

    Returns the scalar set of this interval module.

    Returns the scalar set of this interval module.

    Definition Classes
    ZI2ZINVectorSpaceAffineSpace
  5. implicit def ScalarTag: ClassTag[ZInterval]

    Definition Classes
    ZINFN
  6. val Vector: ZI2.type

    Returns the vector space underlying this interval module.

    Returns the vector space underlying this interval module.

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

    Returns a new vector with 𝑥 and 𝑦 coordinates.

    Returns a new vector with 𝑥 and 𝑦 coordinates.

    Definition Classes
    ZI2F2
  8. def apply(coords: Array[ZI2.Scalar]): Vector

    Returns a new vector with the given coordinates.

    Returns a new vector with the given coordinates.

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

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit def degenerate(vector: Z2.Vector): Vector

  12. def dim: Int

    Returns the dimension of this vector space.

    Returns the dimension of this vector space.

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  22. def origin: Vector

    Returns the origin of this interval module.

    Returns the origin of this interval module.

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

    Extracts the 𝑥 and 𝑦 coordinates from a vector.

    Extracts the 𝑥 and 𝑦 coordinates from a vector.

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

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

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

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

    Returns the additive identity of this interval module.

    Returns the additive identity of this interval module.

    Definition Classes
    ZI2F2FNVectorSpace

Inherited from F2

Inherited from ZIN

Inherited from FN

Inherited from VectorSpace

Inherited from AffineSpace

Inherited from AnyRef

Inherited from Any

Ungrouped