BIS fnc crossProduct: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1 = Vectors | |gr1 = Vectors | ||
| Return the cross product of two 3D vectors. {{Feature|arma3|Use [[vectorCrossProduct]] instead.}} | | Return the cross product of two 3D vectors. {{Feature|arma3|Use [[vectorCrossProduct]] instead.}} | ||
| [vector1, vector2] call [[BIS_fnc_crossProduct]] | | [vector1, vector2] call [[BIS_fnc_crossProduct]] | ||
|p1= vector1: [[Array]] | |p1= vector1: [[Array]] | ||
|p2= vector2: [[Array]] | |p2= vector2: [[Array]] | ||
| [[Array]] | | [[Array]] | ||
|x1= <code>_product = [<nowiki/>[1,2,3], [3,2,1]] [[call]] [[BIS_fnc_crossProduct]];</code> | |x1= <code>_product = [<nowiki/>[1,2,3], [3,2,1]] [[call]] [[BIS_fnc_crossProduct]];</code> | ||
| [[vectorCrossProduct]] | | [[vectorCrossProduct]] | ||
}} | }} | ||
Revision as of 22:38, 17 January 2021
Description
Syntax
- Syntax:
- [vector1, vector2] call BIS_fnc_crossProduct
- Parameters:
- vector1: Array
- vector2: Array
- Return Value:
- Array
Examples
- Example 1:
_product = [[1,2,3], [3,2,1]] call BIS_fnc_crossProduct;
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