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] with PrimitiveFactory[Vec3]

Created by loki on 06.04.2017.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Vec3
  2. PrimitiveFactory
  3. isFoldableCollection
  4. isComparableCollection
  5. hasPlainDimension
  6. AdditiveCollection
  7. hasLength
  8. MappableCollection
  9. SelfPointed
  10. AnyRef
  11. 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 fill[T](data: T): Vec3[T]

    Permalink
    Definition Classes
    Vec3PrimitiveFactory
  12. def finalize(): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Vec3isComparableCollection
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def one[T](implicit ho: hasOne[T]): Vec3[T]

    Permalink
    Definition Classes
    PrimitiveFactory
  25. def plus[T](a: Vec3[T], b: Vec3[T])(implicit additive: isAdditive[T]): Vec3[T]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def zero[T](implicit hz: hasZero[T]): Vec3[T]

    Permalink
    Definition Classes
    PrimitiveFactory

Inherited from PrimitiveFactory[Vec3]

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