BIS fnc crossProduct: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| [vector1, vector2] call [[BIS_fnc_crossProduct]] | |gr1= Vectors | ||
|descr= Return the cross product of two 3D vectors. | |||
{{Feature|arma3|Use [[vectorCrossProduct]] instead.}} | |||
|s1= [vector1, vector2] call [[BIS_fnc_crossProduct]] | |||
|p1= vector1: [[Array]] | |p1= vector1: [[Array]] | ||
Line 15: | Line 24: | ||
|p2= vector2: [[Array]] | |p2= vector2: [[Array]] | ||
| [[Array]] | |r1= [[Array]] | ||
|x1= < | |x1= <sqf>private _product = [[1,2,3], [3,2,1]] call BIS_fnc_crossProduct;</sqf> | ||
| [[vectorCrossProduct]] | |seealso= [[vectorCrossProduct]] | ||
}} | }} | ||
Latest revision as of 13:58, 13 July 2022
Description
Syntax
- Syntax:
- [vector1, vector2] call BIS_fnc_crossProduct
- Parameters:
- vector1: Array
- vector2: Array
- Return Value:
- Array
Examples
- Example 1:
Additional Information
- See also:
- vectorCrossProduct
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