BIS fnc slerp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
m (page filled)
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= Spherical lerp, for correct lerping of normalized direction vectors
Spherical lerp, for correct lerping of normalized direction vectors


Parameters:
|s1= [currentValue, targetValue, alpha] call [[BIS_fnc_slerp]]
_this: ARRAY
0: SCALAR - The current value
1: SCALAR - The target value
2: SCALAR - The alpha


Returns:
|p1= currentValue: [[Array]] - The current value
SCALAR
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_slerp]]|Syntax=
|p2= targetValue: [[Array]] - The target value


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


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


|x1= <code></code>|Example 1=
|x1= <code></code>


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


| |See also=
}}
}}



Revision as of 18:20, 9 January 2020

Hover & click on the images for description

Description

Description:
Spherical lerp, for correct lerping of normalized direction vectors
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[currentValue, targetValue, alpha] call BIS_fnc_slerp
Parameters:
currentValue: Array - The current value
targetValue: Array - The target value
alpha: Number - The alpha
Return Value:
Number - Interpolated value

Examples

Example 1:

Additional Information

See also:
BIS_fnc_clerp BIS_fnc_lerp BIS_fnc_lerpVector BIS_fnc_inverseLerp

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