ArraySmoothStep Op

ArraySmoothStep

Applies a smoothstep function to the contents of an array


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


Edit Documentation

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


 

INPUT PORTS


Array In (Array)

The array in to modify

Min (Number)

min interpolation point

Max (Number)

max interpolation point

OUTPUT PORTS


Array out (Array)

The modified array


Patches using ArraySmoothStep

  • Examples
  • Public
  • My Patches