Class/Object

io.taig.android.graphic

Point

Related Docs: object Point | package graphic

Permalink

case class Point[T](x: T, y: T)(implicit evidence$1: Numeric[T]) extends Pair[T] with Product with Serializable

A simple point with x and y coordinates

Linear Supertypes
Serializable, Serializable, Pair[T], Product2[T, T], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Point
  2. Serializable
  3. Serializable
  4. Pair
  5. Product2
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. type S = Point[T]

    Permalink
    Definition Classes
    PointPair

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(rhs: Pair[T]): S

    Permalink
    Definition Classes
    Pair
  4. def *(rhs: T): S

    Permalink
    Definition Classes
    Pair
  5. def +(rhs: Pair[T]): S

    Permalink
    Definition Classes
    Pair
  6. def +(rhs: T): S

    Permalink
    Definition Classes
    Pair
  7. def -(rhs: Pair[T]): S

    Permalink
    Definition Classes
    Pair
  8. def -(rhs: T): S

    Permalink
    Definition Classes
    Pair
  9. def <(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  10. def <(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  11. def <=(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  12. def <=(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def >(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  15. def >(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  16. def >=(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  17. def >=(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  18. val _1: T

    Permalink
    Definition Classes
    Pair → Product2
  19. val _2: T

    Permalink
    Definition Classes
    Pair → Product2
  20. def apply(x: T, y: T): Point[T]

    Permalink
    Attributes
    protected
    Definition Classes
    PointPair
  21. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def distanceTo(dimension: Dimension[T]): Distance[T]

    Permalink

    Calculate the distance of this Point to the Dimension's edges

  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def productArity: Int

    Permalink
    Definition Classes
    Product2 → Product
  32. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  33. def swap: S

    Permalink
    Definition Classes
    Pair
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toSeq: Seq[T]

    Permalink
    Definition Classes
    Pair
  36. def toString(): String

    Permalink
    Definition Classes
    Point → AnyRef → Any
  37. def toTuple: (T, T)

    Permalink
    Definition Classes
    Pair
  38. def unary_-: S

    Permalink
    Definition Classes
    Pair
  39. final def wait(): Unit

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

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

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

    Permalink
  43. val y: T

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Pair[T]

Inherited from Product2[T, T]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped