ArraySmoothStep Op

ArraySmoothStep

Applies a smoothstep function to the contents of an array


<p>The fancy way of saying it is Perform Hermite interpolation between two values</p>


Full Name
  • Ops.Array.ArraySmoothStep
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


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>


Patches using ArraySmoothStep

  • Examples
  • Public
  • My Patches