BIS fnc crossProduct: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (Some wiki formatting)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Return the cross product of two 3D vectors. {{Feature arma3|Use [[vectorCrossProduct]] instead.}}|Description=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| [vector1, vector2] call [[BIS_fnc_crossProduct]] |Syntax=
|game4= arma3
|version4= 0.50


|p1= vector1: [[Array]] |Parameter 1=
|gr1= Vectors


|p2= vector2: [[Array]] |Parameter 2=
|descr= Return the cross product of two 3D vectors.
{{Feature|arma3|Use [[vectorCrossProduct]] instead.}}


| [[Array]] |Return value=
|s1= [vector1, vector2] call [[BIS_fnc_crossProduct]]
____________________________________________________________________________________________


|x1= <code>_product = <nowiki>[</nowiki>[1,2,3], [3,2,1]] [[call]] [[BIS_fnc_crossProduct]];</code> |Example 1=
|p1= vector1: [[Array]]
____________________________________________________________________________________________


| [[vectorCrossProduct]] |See also=
|p2= vector2: [[Array]]
}}


<h3 style="display:none">Notes</h3>
|r1= [[Array]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>private _product = [[1,2,3], [3,2,1]] call BIS_fnc_crossProduct;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[vectorCrossProduct]]
[[Category:Functions|{{uc:crossProduct}}]]
}}
[[Category:Function Group: Vectors|{{uc:crossProduct}}]]
[[Category:{{Name|arma2}}: Functions|{{uc:crossProduct}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:crossProduct}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:crossProduct}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:crossProduct}}]]

Latest revision as of 14:58, 13 July 2022

Hover & click on the images for description

Description

Description:
Return the cross product of two 3D vectors.
Arma 3
Use vectorCrossProduct instead.
Execution:
call
Groups:
Vectors

Syntax

Syntax:
[vector1, vector2] call BIS_fnc_crossProduct
Parameters:
vector1: Array
vector2: Array
Return Value:
Array

Examples

Example 1:
private _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