Normalized

doodle.core.Normalized
See theNormalized companion object
final case class Normalized(get: Double) extends AnyVal

A value in the range [0, 1]

Attributes

Companion
object
Source
Normalized.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(that: Normalized): Double

Attributes

Source
Normalized.scala
def -(that: Normalized): Double

Attributes

Source
Normalized.scala
def max(that: Normalized): Normalized

Attributes

Source
Normalized.scala
def min(that: Normalized): Normalized

Attributes

Source
Normalized.scala
def toTurns: Angle

Attributes

Source
Normalized.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product