Packages

final case class Point(x: Double, y: Double) extends Datum2d[Point] with Product with Serializable

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

Instance Constructors

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

Value Members

  1. def -(that: Point): Point
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def withXY(x: Double = this.x, y: Double = this.y): Point
    Definition Classes
    PointDatum2dPoint2d
  4. val x: Double
    Definition Classes
    PointDatum2dPoint2d
  5. val y: Double
    Definition Classes
    PointDatum2dPoint2d