Class/Object

ru.harati.scavel.d2

Point2

Related Docs: object Point2 | package d2

Permalink

class Point2[T] extends Point[T]

Linear Supertypes
Point[T], AttachedSpace[T], AbstractPoint, Shape, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point2
  2. Point
  3. AttachedSpace
  4. AbstractPoint
  5. Shape
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Point2(x: T, y: T)(implicit arg0: Numeric[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(driver: T): Point2[T]

    Permalink
  4. def +(driver: Vec2[T]): Point2[T]

    Permalink

    Some translation

  5. def -(other: Point[T]): Vec2[T]

    Permalink

    Build vector by two points

    Build vector by two points

    Definition Classes
    Point2Point
  6. def -(driver: T): Point2[T]

    Permalink
  7. def -(driver: Vec2[T]): Point2[T]

    Permalink
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def contains(f: AbstractPoint): Boolean

    Permalink

    Points don't contains any other point

    Points don't contains any other point

    Definition Classes
    AbstractPointShape
  12. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

    Definition Classes
    Point2Shape
    Annotations
    @inline()
  13. def distance(f: AbstractPoint): Double

    Permalink

    Consider always double

    Consider always double

    Definition Classes
    Point2AbstractPoint
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Point2 → AnyRef → Any
  19. def is(f: (T) ⇒ Boolean): Boolean

    Permalink

    If all point coordinates satisfy predicate

    If all point coordinates satisfy predicate

    Definition Classes
    Point2Point
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def max(o: Point2[T]): Point2[T]

    Permalink
  22. def min(o: Point2[T]): Point2[T]

    Permalink

    Find min/max foreach coordinate of points

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def space: Numeric[T]

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

    Permalink
    Definition Classes
    AnyRef
  28. def toDoublePoint: Point2d

    Permalink

    Required for distance measurement/etc

    Required for distance measurement/etc

    Definition Classes
    Point2Point
  29. def toRadiusVector: Vec2[T]

    Permalink
    Definition Classes
    Point2Point
  30. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val x: T

    Permalink
  35. val y: T

    Permalink

Inherited from Point[T]

Inherited from AttachedSpace[T]

Inherited from AbstractPoint

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped