Subtract

final case class Subtract(left: Coordinate, right: Coordinate) extends Coordinate
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Inherited from:
Coordinate
Source:
Coordinate.scala
Inherited from:
Product
Inherited from:
Coordinate
Source:
Coordinate.scala