BIS fnc inverseLerp: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
||
Line 10: | Line 10: | ||
|s1= [currentValue, targetValue, alpha] call [[BIS_fnc_inverseLerp]] | |s1= [currentValue, targetValue, alpha] call [[BIS_fnc_inverseLerp]] | ||
|p1= currentValue: [[Number]] - | |p1= currentValue: [[Number]] - start | ||
|p2= targetValue: [[Number]] - end | |p2= targetValue: [[Number]] - end |
Latest revision as of 15:49, 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