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]

Created by loki on 06.04.2017.

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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