DecreaseTo
final case class DecreaseTo(value: Double, unitsPerSecond: Double, limit: Double) extends TimeVaryingValue
A value that decreases over time until it hits a limit.
- Value parameters:
- limit
The lower limit
- unitsPerSecond
The rate of change
- value
The current value
trait Serializable
trait Product
trait Equals
trait TimeVaryingValue
class Object
trait Matchable
class Any