evaluate

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

Evaluates the curve at a given time.

Return

The modified result parameter or a new instance of the point on the curve at the given time.

Parameters

time

The time at which to evaluate the curve.

result

The object onto which to store the result.

See also