-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference ReverseLinearFunction
S2NX7 edited this page Sep 30, 2025
·
2 revisions

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