cosineinterp
Cubic interpolation
cosineinterp(frac, x, y): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
frac | number | In the leftmost inlet, this is the input value to be interpolated. | |
x | number | Set's the value for the 'x' control point. This is the second value of cosineinterp. | |
y | number | Set's the value for the 'y' control point. This is the third value of cosineinterp. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The output curve is the segment between the middle two points (x and y). |