BIS fnc inverseLerp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Function|= Comments | arma3 |Game name= |1.78|Game version= <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> | <pre>/* Author:...")
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.78


|1.78|Game version=
|gr1= Interpolation


<!---|arg= local |Multiplayer Arguments=--->
|descr= Inverse of [[BIS_fnc_lerp]].


<!---|eff= local |Multiplayer Effects=--->
|s1= [currentValue, targetValue, alpha] call [[BIS_fnc_inverseLerp]]


| <pre>/*
|p1= currentValue: [[Number]] - start
Author:
Nelson Duarte


Description:
|p2= targetValue: [[Number]] - end
Inverse of BIS_fnc_lerp


Parameters:
|p3= alpha: [[Number]] - alpha
_this: ARRAY
0: SCALAR - A
1: SCALAR - B
2: SCALAR - Value


Returns:
|r1= [[Number]] - interpolated value
SCALAR - Alpha
*/</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |Description=


|[] call [[BIS_fnc_inverseLerp]]|Syntax=
|x1= <sqf>[10,20,0.5] call BIS_fnc_inverseLerp;</sqf>


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|seealso= [[BIS_fnc_clerp]] [[BIS_fnc_slerp]] [[BIS_fnc_lerp]] [[BIS_fnc_lerpVector]]
 
|Datatype - description|Return value=
 
|x1= <code></code>|Example 1=
 
|exec= call |Execution=
 
| |See also=
}}
}}
[[Category:Function Group: Interp|{{uc:inverseLerp}}]]
[[Category:Functions|{{uc:inverseLerp}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:inverseLerp}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

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:
[10,20,0.5] call BIS_fnc_inverseLerp;

Additional Information

See also:
BIS_fnc_clerp BIS_fnc_slerp BIS_fnc_lerp BIS_fnc_lerpVector

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