Smoothstep interpolation - smoother than linear interpolation
Lower edge
Upper edge
Input value
Smoothly interpolated value in [0, 1]
smoothstep(0, 1, 0.5); // ~0.5 but with smooth curve Copy
smoothstep(0, 1, 0.5); // ~0.5 but with smooth curve
Smoothstep interpolation - smoother than linear interpolation