Curve

object Curve extends ProductReader[Curve]
Companion
class
trait Sum
trait Mirror
trait ProductReader[Curve]
class Object
trait Matchable
class Any

Type members

Classlikes

case
object cubed extends Curve
case
object exponential extends Curve
object format extends ConstFormat[Curve]
case
object linear extends Curve
final case
class parametric(curvature: Float) extends Curve
Companion
object
object parametric
Companion
class
case
object sine extends Curve
case
object squared extends Curve
case
object step extends Curve
case
object welch extends Curve

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

override
def read(in: RefMapIn, key: String, arity: Int): Curve
Definition Classes
ProductReader

Concrete fields

val lin: linear

Implicits

Implicits

implicit
def fromDouble(d: Double): Curve