ArraySmoothStep Op
Applies a smoothstep function to the contents of an array
Summary (oneliner)
<p>The fancy way of saying it is Perform Hermite interpolation between two values</p>
Full Name
- Ops.Array.ArraySmoothStep
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArraySmoothstep example file
INPUT PORTS
Array In (Array)
<p>The array in to modify</p>
Min (Number)
<p>min interpolation point</p>
Max (Number)
<p>max interpolation point</p>
OUTPUT PORTS
Array out (Array)
<p>The modified array </p>