distance2D: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|p[0-9]{1,2}=([^ ]+) + \| *(\[\[Numb.+) * " to " |p$1=$2 |r1=$3 ")
m (Fix regex replace)
Tag: Undo
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.50
|1.50


|arg= global
|arg= global
Line 9: Line 8:
|gr1= Math - Geometry
|gr1= Math - Geometry


| Returns a 2D distance ([[distance]] projected to X,Y plane) in meters between two [[Object]]s or two [[Position]]s or [[Object]] and [[Position]].
|descr= Returns a 2D distance ([[distance]] projected to X,Y plane) in meters between two [[Object]]s or two [[Position]]s or [[Object]] and [[Position]].
<br><br>
[[Image:distance2D.jpg|400px|right]]
[[Image:distance2D.jpg|400px]]
 
|s1=  from [[distance2D]] to


|s1= param1 '''distance2D''' param2
|p1= from: [[Object]], [[Position2D]] or [[Position3D]]


|p1= param1: [[Object]], [[Position2D]] or [[Position3D]]
|p2= to: [[Object]], [[Position2D]] or [[Position3D]]
|p param2: [[Object]], [[Position2D]] or [[Position3D]]=[[Number]] -  Distance in meters or 1e10 if distance cannot be calculated


|r1=
|r1= [[Number]] - distance in meters or 1e10 if distance cannot be calculated
    
    
|x1= <code>_meters = [[player]] [[distance2D]] heli;</code>
|x1= <code>_meters = [[player]] [[distance2D]] heli;</code>

Revision as of 04:42, 13 June 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:
from distance2D to
Parameters:
from: Object, Position2D or Position3D
to: 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