vectorDistance

From Bohemia Interactive Community
Revision as of 19:56, 10 June 2014 by Killzone Kid (talk | contribs) (syntax change)
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];

Additional Information

See also:
vectorAddvectorDiffvectorCrossProductvectorDotProductvectorCosvectorMagnitudevectorMagnitudeSqrvectorMultiplyvectorDistanceSqrvectorDirvectorUpsetVectorDirsetVectorUpsetVectorDirAndUp

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