Object/Class

ru.harati.scavel.d2

Point2

Related Docs: class Point2 | package d2

Permalink

object Point2 extends SelfPointed with hasPlainDimension[Point2] with MappableCollection[Point2] with isFoldableCollection[Point2] with OutboundSubtractive[Point2, Vec2] with CollectionTranslation[Point2, Vec2] with isComparableCollection[Point2] with PrimitiveFactory[Point2]

Created by loki on 06.04.2017.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point2
  2. PrimitiveFactory
  3. isComparableCollection
  4. CollectionTranslation
  5. OutboundSubtractive
  6. isFoldableCollection
  7. MappableCollection
  8. hasPlainDimension
  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): Point2[T]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Point2hasPlainDimension
  8. def drive[T](self: Point2[T], other: Vec2[T])(implicit sub: isAdditive[T]): Point2[T]

    Permalink
    Definition Classes
    Point2CollectionTranslation
  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): Point2[T]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit object flatTranslationOffset extends CollectionFlatTranslation[Point2]

    Permalink
  14. def fold[T, R](data: Point2[T], initial: R, trans: (R, T) ⇒ R): R

    Permalink
    Definition Classes
    Point2isFoldableCollection
  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 map[T, R](data: Point2[T], function: (T) ⇒ R): Point2[R]

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

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

    Permalink
    Definition Classes
    Point2isComparableCollection
  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]): Point2[T]

    Permalink
    Definition Classes
    PrimitiveFactory
  25. implicit def self: Point2.this.type

    Permalink
    Definition Classes
    SelfPointed
  26. def subtract[T](self: Point2[T], other: Point2[T])(implicit sub: isSubtractive[T]): Vec2[T]

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit object toPoint2DDistance extends hasDistanceCC[Point2, Double, Point2, Double, Double]

    Permalink
  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]): Point2[T]

    Permalink
    Definition Classes
    PrimitiveFactory

Inherited from PrimitiveFactory[Point2]

Inherited from isComparableCollection[Point2]

Inherited from CollectionTranslation[Point2, Vec2]

Inherited from OutboundSubtractive[Point2, Vec2]

Inherited from isFoldableCollection[Point2]

Inherited from MappableCollection[Point2]

Inherited from hasPlainDimension[Point2]

Inherited from SelfPointed

Inherited from AnyRef

Inherited from Any

Ungrouped