BIS fnc lerpVector: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{ *cc*\| *([^}]+) *\}\}" to "// $1") |
||
Line 19: | Line 19: | ||
|r1= [[Array]] - Interpolated vector | |r1= [[Array]] - Interpolated vector | ||
|x1= <code>[<noWiki>[</noWiki>1592.74,6558.36,0],[2240.43,7459.69,0],0.3] [[call]] [[BIS_fnc_lerpVector]]; | |x1= <code>[<noWiki>[</noWiki>1592.74,6558.36,0],[2240.43,7459.69,0],0.3] [[call]] [[BIS_fnc_lerpVector]]; // Returns [1787.05,6828.76,0]</code> | ||
|seealso= [[BIS_fnc_clerp]] [[BIS_fnc_slerp]] [[BIS_fnc_lerp]] [[BIS_fnc_inverseLerp]] | |seealso= [[BIS_fnc_clerp]] [[BIS_fnc_slerp]] [[BIS_fnc_lerp]] [[BIS_fnc_inverseLerp]] | ||
}} | }} |
Revision as of 11:02, 13 July 2022
Description
- Description:
- Given two different vectors A and B, think of a straight line drawn between them With _alpha saying how far along that line you are
- Execution:
- call
- Groups:
- Vectors
Syntax
- Syntax:
- [currentValue, targetValue, alpha] call BIS_fnc_lerpVector
- Parameters:
- currentValue: Array - Vector Start
- targetValue: Array - Vector End
- alpha: Number - Alpha
- Return Value:
- Array - Interpolated vector
Examples
- Example 1:
[[1592.74,6558.36,0],[2240.43,7459.69,0],0.3] call BIS_fnc_lerpVector; // Returns [1787.05,6828.76,0]
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