BIS fnc crossProduct: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(\[[^ ]+\] (call|spawn) ('''|\[\[)BI(N|S)_fnc_[a-zA-Z0-9_]+('''|\]\]));? \| *p1 *=" to " |s1=$1 |p1=")
Line 17: Line 17:
| 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]]
|s1=[vector1, vector2] call [[BIS_fnc_crossProduct]]


|p1= vector1: [[Array]]
|p1= vector1: [[Array]]

Revision as of 20:31, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Vectors

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