distance2D: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.50 | |1.50 | ||
|arg= global | |arg= global | ||
|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]]. | | 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> | <br><br> | ||
[[Image:distance2D.jpg|400px]] | [[Image:distance2D.jpg|400px]] | ||
| | | param1 '''distance2D''' param2 | ||
| [[Number]] - Distance in meters or 1e10 if distance cannot be calculated | |p1= param1: [[Object]], [[Position2D]] or [[Position3D]] | ||
|p2= param2: [[Object]], [[Position2D]] or [[Position3D]] | |||
| [[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> | ||
| [[distance]], [[distanceSqr]], [[vectorDistance]] | | [[distance]], [[distanceSqr]], [[vectorDistance]] | ||
}} | }} |
Revision as of 00:29, 18 January 2021
Description
- Description:
- Returns a 2D distance (distance projected to X,Y plane) in meters between two Objects or two Positions or Object and Position.
- 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