Range

Remap input from the [input_min, input_max] range to the [ouput_min, output_max] range linearly. The result is not clamped unless smoothstep is on, and the result is interpolated smoothly and the result is clamped in the [output_min, output_max] range.