BIS fnc boundingCircle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>
| Returns size of bounding circle (calculated from X and Y coordinates). This is the diametre of an inner, vertical "bounding box cylinder". Based on [[boundingBox]]. |= Description
/*
File: fn_boundingCircle.sqf
 
Description:
Returns size of bounding circle (calculated from X and Y coordinates)
 
Parameter(s):
_this: Object
 
Returns:
Number
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_boundingCircle]]; --> |= Syntax
| object call [[BIS_fnc_boundingCircle]] |= Syntax


|p1= |= Parameter 1
|p1= object: [[Object]] |= Parameter 1


| |= Return value
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[vehicle]] [[player]] [[call]] [[BIS_fnc_boundingCircle]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[boundingBox]], [[boundingBoxReal]] |= See also
 
}}
}}



Revision as of 01:18, 6 May 2018

Hover & click on the images for description

Description

Description:
Returns size of bounding circle (calculated from X and Y coordinates). This is the diametre of an inner, vertical "bounding box cylinder". Based on boundingBox.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
object call BIS_fnc_boundingCircle
Parameters:
object: Object
Return Value:
Number

Examples

Example 1:
vehicle player call BIS_fnc_boundingCircle;

Additional Information

See also:
boundingBoxboundingBoxReal

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