vectorDotProduct
Description
- Description:
 - Dot product of two 3D vectors.
 - Groups:
 - Math - Vectors
 
Syntax
- Syntax:
 - vector1 vectorDotProduct vector2
 - Parameters:
 - vector1: Array of Numbers
 - vector2: Array of Numbers
 - Return Value:
 - Number
 
Examples
- Example 1:
 
Additional Information
- See also:
 - vectorAdd vectorDiff vectorCrossProduct vectorCos vectorMagnitude vectorMagnitudeSqr vectorMultiply vectorDistance vectorDistanceSqr vectorDir vectorUp setVectorDir setVectorUp setVectorDirAndUp vectorNormalized vectorFromTo matrixMultiply matrixTranspose
 
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 
- Posted on 28 Jun, 2014
 - ffur2007slx2_5
 - 
 1.22 Algorithm:
It is recommended to use vectorDotProduct instead of BIS_fnc_dotProduct.