Point

final case class Point(value: Double) extends Coordinate
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def +(that: Coordinate): Coordinate
Inherited from:
Coordinate
def -(that: Coordinate): Coordinate
Inherited from:
Coordinate
Inherited from:
Coordinate
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%

Inherited from:
Coordinate
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
Coordinate