Object/Class

ru.harati.scavel.d3

Vec3

Related Docs: class Vec3 | package d3

Permalink

object Vec3 extends SelfPointed with MappableCollection[Vec3] with hasLength[Vec3] with AdditiveCollection[Vec3] with hasPlainDimension[Vec3] with isComparableCollection[Vec3] with isFoldableCollection[Vec3]

Created by loki on 06.04.2017.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Vec3
  2. isFoldableCollection
  3. isComparableCollection
  4. hasPlainDimension
  5. AdditiveCollection
  6. hasLength
  7. MappableCollection
  8. SelfPointed
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. def apply[T](a: T, b: T, c: T): Vec3[T]

    Permalink
  5. def apply[T](carrier: Point3[T]): Vec3[T]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dimension[T](data: Vec3[T])(implicit field: hasZero[T]): Int

    Permalink
    Definition Classes
    Vec3hasPlainDimension
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fold[T, R](data: Vec3[T], initial: R, trans: (R, T) ⇒ R): R

    Permalink
    Definition Classes
    Vec3isFoldableCollection
  13. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  16. def length[T](data: Vec3[T])(implicit fractional: Fractional[T]): Double

    Permalink
    Definition Classes
    Vec3hasLength
  17. def map[T, R](data: Vec3[T], function: (T) ⇒ R): Vec3[R]

    Permalink
    Definition Classes
    Vec3MappableCollection
  18. def max[T](self: Vec3[T], that: Vec3[T])(implicit ord: Ordering[T]): Vec3[T]

    Permalink
    Definition Classes
    Vec3isComparableCollection
  19. def min[T](self: Vec3[T], that: Vec3[T])(implicit ord: Ordering[T]): Vec3[T]

    Permalink
    Definition Classes
    Vec3isComparableCollection
  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 plus[T](a: Vec3[T], b: Vec3[T])(implicit additive: isAdditive[T]): Vec3[T]

    Permalink
    Definition Classes
    Vec3AdditiveCollection
  24. implicit def self: Vec3.this.type

    Permalink
    Definition Classes
    SelfPointed
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )

Inherited from isFoldableCollection[Vec3]

Inherited from isComparableCollection[Vec3]

Inherited from hasPlainDimension[Vec3]

Inherited from AdditiveCollection[Vec3]

Inherited from hasLength[Vec3]

Inherited from MappableCollection[Vec3]

Inherited from SelfPointed

Inherited from AnyRef

Inherited from Any

Ungrouped