distance2D: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr1= Geometry |GROUP1=" to "|gr1= Math - Geometry |GROUP1=")
m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}")
Line 41: Line 41:
[[Category:Scripting Commands|DISTANCE]]
[[Category:Scripting Commands|DISTANCE]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|New_Scripting_Commands_List}}

Revision as of 11:39, 5 January 2021

Hover & click on the images for description

Description

Description:
Returns a 2D distance (distance projected to X,Y plane) in meters between two Objects or two Positions or Object and Position.

distance2D.jpg
Groups:
Math - Geometry

Syntax

Syntax:
param1 distance2D param2
Parameters:
param1: Object, Position2D or Position3D
param2: Object, Position2D or Position3D
Return Value:
Number - Distance in meters or 1e10 if distance cannot be calculated

Examples

Example 1:
_meters = player distance2D heli;

Additional Information

See also:
distancedistanceSqrvectorDistance

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