BIS fnc inverseLerp: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.78 | |version1= 1.78 | ||
|gr1 = Interpolation | |gr1= Interpolation | ||
|descr= Inverse of [[BIS_fnc_lerp]]. | |descr= Inverse of [[BIS_fnc_lerp]]. | ||
Line 11: | 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 | ||
| | |p3= alpha: [[Number]] - alpha | ||
| | |r1= [[Number]] - interpolated value | ||
| | |x1= <sqf>[10,20,0.5] call BIS_fnc_inverseLerp;</sqf> | ||
|seealso= [[BIS_fnc_clerp]] [[BIS_fnc_slerp]] [[BIS_fnc_lerp]] [[BIS_fnc_lerpVector]] | |seealso= [[BIS_fnc_clerp]] [[BIS_fnc_slerp]] [[BIS_fnc_lerp]] [[BIS_fnc_lerpVector]] | ||
}} | }} | ||
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