Point

doodle.core.Point
See thePoint companion class
object Point

Attributes

Companion
class
Source
Point.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Point.type

Members list

Type members

Classlikes

final case class Cartesian(x: Double, y: Double) extends Point

Attributes

Source
Point.scala
Supertypes
class Point
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Polar(r: Double, angle: Angle) extends Point

Attributes

Source
Point.scala
Supertypes
class Point
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object extractors

Attributes

Source
Point.scala
Supertypes
class Object
trait Matchable
class Any
Self type
extractors.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(x: Double, y: Double): Point

Attributes

Source
Point.scala

Attributes

Source
Point.scala

Attributes

Source
Point.scala

Attributes

Source
Point.scala

Concrete fields

val zero: Point

Attributes

Source
Point.scala