Coordinate

object Coordinate
Companion:
class
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

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
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def percent(value: Double): Coordinate
def point(value: Double): Coordinate