The RangeNode can be used to translate and scale number ranges.
[-1,1] to [0,1] | Converts the number from the first range to the second. |
[-1,1] to [-1,0] | Converts the number from the first range to the second. |
[0,1] to [-1,1] | Converts the number from the first range to the second. |
value | The number to use. |
The number converted to the range. |