beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArraySmoothStep Op

Ops.Array.ArraySmoothStep


ArraySmoothStep
Namespace: Ops.Array

Op author: andro

Applies a smoothstep function to the contents of an array


The fancy way of saying it is
Perform Hermite interpolation between two values



Inputs

Array In (Array)

The array in to modify

Min (Number)

min interpolation point

Max (Number)

max interpolation point

Outputs

Array out (Array)

The modified array

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArraySmoothstep example file

Open Example In Editor

Patches using ArraySmoothStep