Skip to content

Unit Reference ReverseLinearFunction

S2NX7 edited this page Sep 30, 2025 · 2 revisions

ReverseLinearFunction

Screenshot 2025-09-30 164220

Takes a given float input (minimum-maximum) and returns a 0-1 value that represents the position along the range (percent).

Input Ports

  • input : The (minimum-maximum) input to interpolate from the range between minimum and maximum
  • minimum : The minimum valid input.
  • maximum : The maximum valid input.

Output Ports

  • output : The result of the reverse interpolation (0-1).
Clone this wiki locally