BIS fnc inverseLerp: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *E([a-z])" to "$1 - e$2") |
||
Line 12: | Line 12: | ||
|p1= currentValue: [[Number]] - Start | |p1= currentValue: [[Number]] - Start | ||
|p2= targetValue: [[Number]] - | |p2= targetValue: [[Number]] - end | ||
|p3= alpha: [[Number]] - alpha | |p3= alpha: [[Number]] - alpha |
Revision as of 14:06, 8 November 2023
Description
- Description:
- Inverse of BIS_fnc_lerp.
- Execution:
- call
- Groups:
- Interpolation
Syntax
- Syntax:
- [currentValue, targetValue, alpha] call BIS_fnc_inverseLerp
- Parameters:
- currentValue: Number - Start
- targetValue: Number - end
- alpha: Number - alpha
- Return Value:
- Number - Interpolated value
Examples
- Example 1:
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note