Point

doodle.core.Coordinate$.Point
final case class Point(value: Double) extends Coordinate

Attributes

Source
Coordinate.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Coordinate
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def +(that: Coordinate): Coordinate

Attributes

Inherited from:
Coordinate
Source
Coordinate.scala
def -(that: Coordinate): Coordinate

Attributes

Inherited from:
Coordinate
Source
Coordinate.scala
def add(that: Coordinate): Coordinate

Attributes

Inherited from:
Coordinate
Source
Coordinate.scala
def eval(negative: Double, positive: Double): Double

Evaluate this Coordinate given values for -100% and +100%

Evaluate this Coordinate given values for -100% and +100%

Attributes

Inherited from:
Coordinate
Source
Coordinate.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Coordinate
Source
Coordinate.scala