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

Takes a given float input (0-1) and scales it across the specified range.
Input Ports
- input : The (0-1) input to interpolate onto the range between minimum and maximum
- minimum : The minimum valid output. Returned when the input is 0.
- maximum : The maximum valid output. Returned when the input is 1.
Output Ports
- output : The result of the interpolation (minimum-maximum).