Map Range Node

map range node

Linearly maps a number x from one range to another.

Inputs:

  • x: The number to map.
  • from min, from max: The range to map from.
  • to min, to max: The range to map to.

Outputs:

  • out: The mapped value of x.