BIS fnc berpVector: Difference between revisions
Jump to navigation
Jump to search
Cat Harsis (talk | contribs) (Created page proper) |
Cat Harsis (talk | contribs) m (Updated optional tags) |
||
Line 10: | Line 10: | ||
|s1= [a, b, delta] call [[BIS_fnc_berpVector]] | |s1= [a, b, delta] call [[BIS_fnc_berpVector]] | ||
|p1=a: [[Array]] - The current vector | |p1=a: [[Array]] - (Optional, default [0,0,0]) The current vector | ||
|r1=[[Array]] - The interpolated vector | |r1=[[Array]] - The interpolated vector | ||
Line 17: | Line 17: | ||
|seealso=[[BIS_fnc_berp]] | |seealso=[[BIS_fnc_berp]] | ||
|p2=b: [[Array]] - The target vector|p3=delta: [[Number]] - (Optional, default 0) The delta time, 0..1}} | |p2=b: [[Array]] - (Optional, default [0,0,0]) The target vector|p3=delta: [[Number]] - (Optional, default 0) The delta time, 0..1}} |
Revision as of 03:11, 20 February 2023
Description
- Description:
- Wrapper for BIS_fnc_berp applying to each respective element of current and target vectors.
- Execution:
- call
- Groups:
- Interpolation
Syntax
- Syntax:
- [a, b, delta] call BIS_fnc_berpVector
- Parameters:
- a: Array - (Optional, default [0,0,0]) The current vector
- b: Array - (Optional, default [0,0,0]) The target vector
- delta: Number - (Optional, default 0) The delta time, 0..1
- Return Value:
- Array - The interpolated vector
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_berp
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