Percent

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

Value is normalized so 100 percent is 1.0

Attributes

Source:
Coordinate.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

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