BIS_fnc_lerpVector
Jump to navigation
Jump to search
Description
- Description:
- Given two different vectors A and B, think of a straight line drawn between them, alpha saying how far along that line is the wanted vector.
- 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:
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