Remap
Category Numbers
Is Pair Node: No
Remaps a value from one range to another.
Inputs
Section titled “Inputs” Old Min
Section titled “ Old Min ” Type: Double
Default: 0.0
Minimum value of the old range. This is the lower bound of the input range that will be remapped.
Old Max
Section titled “ Old Max ” Type: Double
Default: 1.0
Maximum value of the old range. This is the upper bound of the input range that will be remapped.
New Min
Section titled “ New Min ” Type: Double
Default: 0.0
Minimum value of the new range. This is the lower bound of the output range to which the input will be remapped.
New Max
Section titled “ New Max ” Type: Double
Default: 1.0
Maximum value of the new range. This is the upper bound of the output range to which the input will be remapped.
Value
Section titled “ Value ” Type: Double
Default: 0.5
Value to remap. This is the input value that will be transformed from the old range to the new range.
Outputs
Section titled “Outputs” Result
Section titled “ Result ” Type: Double
Default: Remap
Remapped value. This is the output value after applying the remapping transformation from the old range to the new range.