Coordinate

object Coordinate
Companion:
class
Source:
Coordinate.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Add(left: Coordinate, right: Coordinate) extends Coordinate
final case class Percent(value: Double) extends Coordinate

Value is normalized so 100 percent is 1.0

Value is normalized so 100 percent is 1.0

Source:
Coordinate.scala
final case class Point(value: Double) extends Coordinate
final case class Subtract(left: Coordinate, right: Coordinate) extends Coordinate

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala