evaluate

fun evaluate(time: Double, result: Any? = definedExternally): Any(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