RangeNode

The RangeNode can be used to translate and scale number ranges.

Options:

[-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.

Input:

value The number to use.

Output:

The number converted to the range.