warp.smoothstep#

warp.smoothstep(a: Float, b: Float, x: Float) Float#
  • Kernel

  • Differentiable

Smoothly interpolate between two values a and b using a factor x,

and return a result between 0 and 1 using a cubic Hermite interpolation after clamping.