MutableSignal

@Serializable
class MutableSignal(val times: MutableList<Double> = mutableListOf(), val values: MutableList<Double> = mutableListOf())

Constructors

Link copied to clipboard
constructor(times: MutableList<Double> = mutableListOf(), values: MutableList<Double> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Interpolates with the given times to find new values.