Contents

value(at:)

Returns the output value (y component) of the curve at the given time.

Declaration

func value(at progress: Double) -> Double

Parameters

  • progress:

    The input progress (x component). The provided value is clamped to the range [0,1].

Return Value

The output value (y component) of the curve at the given progress.

See Also

Getting curve characteristics