vectorDiff
Description
- Description:
 - Subtracts one 3D vector from another. (vector1 - vector2)
 - Groups:
 - Math - Vectors
 
Syntax
- Syntax:
 - vector1 vectorDiff vector2
 - Parameters:
 - vector1: Array of Numbers
 - vector2: Array of Numbers
 - Return Value:
 - Array
 
Examples
- Example 1:
 
Additional Information
- See also:
 - vectorAdd vectorCrossProduct vectorDotProduct vectorCos vectorMagnitude vectorMagnitudeSqr vectorMultiply vectorDistance vectorDistanceSqr vectorDir vectorUp setVectorDir setVectorUp setVectorDirAndUp vectorNormalized vectorFromTo
 
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 Jun 28, 2014 - 09:09 (UTC)
 - 
 1.22 Algorithm:
It is recommended to use vectorDiff instead of BIS_fnc_vectorDiff.