vectorDistance: Difference between revisions
Jump to navigation
Jump to search
m (see also) |
(example) |
||
Line 21: | Line 21: | ||
|x1= <code>_euclideanDist = [[getPosASL]] [[player]] [[vectorDistance]] [0,0,0];</code> |= Example 1 | |x1= <code>_euclideanDist = [[getPosASL]] [[player]] [[vectorDistance]] [0,0,0];</code> |= Example 1 | ||
|x2= <code>([[getPosASL]] _a) [[vectorDistance]] ([[getPosASL]] _b); /* same as */([[getPosATL]] _a) [[distance]] ([[getPosATL]] _b);</code> |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 08:05, 28 June 2014
Description
- Description:
- Distance between two 3D vectors.
- Groups:
- Uncategorised
Syntax
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