Object/Class

ru.harati.scavel.d2

Vec2

Related Docs: class Vec2 | package d2

Permalink

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

Created by loki on 06.04.2017.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Vec2
  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): Vec2[T]

    Permalink
  5. def apply[T](carrier: Point2[T]): Vec2[T]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def box[T](value: T): Vec2[T]

    Permalink
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Vec2hasPlainDimension
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def fill[T](data: T): Vec2[T]

    Permalink
    Definition Classes
    Vec2PrimitiveFactory
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    Vec2isFoldableCollection
  15. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    Vec2hasLength
  19. def map[T, R](data: Vec2[T], function: (T) ⇒ R): Vec2[R]

    Permalink
    Definition Classes
    Vec2MappableCollection
  20. def max[T](self: Vec2[T], that: Vec2[T])(implicit ord: Ordering[T]): Vec2[T]

    Permalink
    Definition Classes
    Vec2isComparableCollection
  21. def min[T](self: Vec2[T], that: Vec2[T])(implicit ord: Ordering[T]): Vec2[T]

    Permalink
    Definition Classes
    Vec2isComparableCollection
  22. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Vec2AdditiveCollection
  27. implicit def self: Vec2.this.type

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

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

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

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

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

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

    Permalink
    Definition Classes
    PrimitiveFactory

Inherited from PrimitiveFactory[Vec2]

Inherited from isFoldableCollection[Vec3]

Inherited from isComparableCollection[Vec2]

Inherited from hasPlainDimension[Vec2]

Inherited from AdditiveCollection[Vec2]

Inherited from hasLength[Vec2]

Inherited from MappableCollection[Vec2]

Inherited from SelfPointed

Inherited from AnyRef

Inherited from Any

Ungrouped