Curve

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

Type members

Classlikes

final case
class Apply(id: GE, curvature: GE) extends Curve
Companion
object
object Apply
Companion
class
final case
class Const(peer: Curve) extends Curve
Companion
object
object Const
Companion
class

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 apply(id: GE, curvature: GE): Curve
override
def read(in: RefMapIn, key: String, arity: Int): Curve
Definition Classes
ProductReader
def unapply(s: Curve): Option[(GE, GE)]

Implicits

Implicits

implicit
def const(peer: Curve): Curve
implicit
def fromDouble(d: Double): Curve