BIS fnc slerp: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9])= *([^ ]+) * +\|version([0-9])= *([^ ]+) * " to "|game$1=$2 |version$3=$4 ") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2") |
||
Line 16: | Line 16: | ||
|p3= alpha: [[Number]] - The alpha | |p3= alpha: [[Number]] - The alpha | ||
|r1= [[Array]] - | |r1= [[Array]] - interpolated value | ||
|x1= | |x1= |
Revision as of 15:33, 8 November 2023
Description
- Description:
- Spherical lerp, for correct lerping of normalized direction vectors
- Execution:
- call
- Groups:
- Interpolation
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:
- Array - interpolated value
Examples
- Examples:
- Example needed
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