BIS fnc inverseLerp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
m (filled page)
Line 1: Line 1:
{{Function|= Comments
{{Function


| arma3 |Game name=
|game1= arma3


|1.78|Game version=
|version1= 1.78


<!---|arg= local |Multiplayer Arguments=--->
<!--|exec= server|=-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author:
Nelson Duarte


Description:
|descr= Inverse of [[BIS_fnc_lerp]].
Inverse of BIS_fnc_lerp


Parameters:
|s1= [currentValue, targetValue, alpha] call [[BIS_fnc_inverseLerp]]
_this: ARRAY
0: SCALAR - A
1: SCALAR - B
2: SCALAR - Value


Returns:
|p1= currentValue: [[Number]] - Start
SCALAR - Alpha
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_inverseLerp]]|Syntax=
|p2= targetValue: [[Number]] - End


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|p3= alpha: [[Number]] - Alpha


|Datatype - description|Return value=
|r1= [[Number]] - Interpolated value


|x1= <code></code>|Example 1=
|x1= <code>[10,20,0.5] [[call]] [[BIS_fnc_inverseLerp]];</code>


|exec= call |Execution=
|exec= call
 
|seealso= [[BIS_fnc_clerp]] [[BIS_fnc_slerp]] [[BIS_fnc_lerp]] [[BIS_fnc_lerpVector]]


| |See also=
}}
}}
[[Category:Function Group: Interp|{{uc:inverseLerp}}]]
[[Category:Function Group: Interp|{{uc:inverseLerp}}]]
[[Category:Functions|{{uc:inverseLerp}}]]
[[Category:Functions|{{uc:inverseLerp}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:inverseLerp}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:inverseLerp}}]]

Revision as of 18:33, 9 January 2020

Hover & click on the images for description

Description

Description:
Inverse of BIS_fnc_lerp.
Execution:
call
Groups:
Uncategorised

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