Function hermiteSmoothstep
Hermite polynomial, analogous to GLSL smoothstep. e0 and e1 define lower and upper edges of Hermite function.
T hermiteSmoothstep(T)
(
T x,
float e0,
float e1
);
Hermite polynomial, analogous to GLSL smoothstep. e0 and e1 define lower and upper edges of Hermite function.
T hermiteSmoothstep(T)
(
T x,
float e0,
float e1
);