DecayParams
data class DecayParams(val x: Expression, val target: Expression? = null, val scale: Double? = null, val midpoint: Double? = null)
Shape of a decay curve. The output is 1.0 at target and midpoint once x is scale away from it.
Constructors
Link copied to clipboard
constructor(x: Expression, target: Expression? = null, scale: Double? = null, midpoint: Double? = null)