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


Full Name
  • Ops.Array.ArraySmoothStep
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


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