evaluate

fun evaluate(time: Double, result: <Error class: unknown class>? = definedExternally): <Error class: unknown class>(source)

Evaluates the curve at a given time.

Return

The modified result parameter or the value that the constant spline represents.

Parameters

time

The time at which to evaluate the curve.

result

The object onto which to store the result.

See also