Class/Object

it.unibo.scafi.space

Point2D

Related Docs: object Point2D | package space

Permalink

class Point2D extends Point3D

Linear Supertypes
Point3D, Product3[Double, Double, Double], Product, Equals, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Point2D
  2. Point3D
  3. Product3
  4. Product
  5. Equals
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Point2D(x: Double, y: Double)

    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 +(p2: Point3D): Point3D

    Permalink
    Definition Classes
    Point3D
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def _1: Double

    Permalink
    Definition Classes
    Point3D → Product3
  6. def _2: Double

    Permalink
    Definition Classes
    Point3D → Product3
  7. def _3: Double

    Permalink
    Definition Classes
    Point3D → Product3
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def canEqual(otherObject: Any): Boolean

    Permalink
    Definition Classes
    Point3D → Equals
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def distance(p2: Point3D): Double

    Permalink
    Definition Classes
    Point3D
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Point3D → Equals → AnyRef → Any
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def productArity: Int

    Permalink
    Definition Classes
    Product3 → Product
  21. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product3 → Product
    Annotations
    @throws( ... )
  22. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  23. def productPrefix: String

    Permalink
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Point2DPoint3D → AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val x: Double

    Permalink
    Definition Classes
    Point3D
  30. val y: Double

    Permalink
    Definition Classes
    Point3D
  31. val z: Double

    Permalink
    Definition Classes
    Point3D

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Point3D

Inherited from Product3[Double, Double, Double]

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped