vectorDistance

From Bohemia Interactive Community
Revision as of 09:05, 28 June 2014 by Ffur2007slx2 5 (talk | contribs) (example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Distance between two 3D vectors.
Groups:
Uncategorised

Syntax

Syntax:
vector1 vectorDistance vector2
Parameters:
vector1: Array
vector2: Array
Return Value:
Array

Examples

Example 1:
_euclideanDist = getPosASL player vectorDistance [0,0,0];
Example 2:
(getPosASL _a) vectorDistance (getPosASL _b); /* same as */(getPosATL _a) distance (getPosATL _b);

Additional Information

See also:
vectorAddvectorDiffvectorCrossProductvectorDotProductvectorCosvectorMagnitudevectorMagnitudeSqrvectorMultiplyvectorDistanceSqrvectorDirvectorUpsetVectorDirsetVectorUpsetVectorDirAndUpdistance

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

Notes

Bottom Section