BIS fnc getAngleDelta: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "| arma 3 |Game name=" to "| arma3 |Game name=") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Geometry |GROUP1= | |gr1 = Geometry |GROUP1= | ||
| Returns the smallest difference between two angles in degrees.|DESCRIPTION= | | Returns the smallest difference between two angles in degrees.|DESCRIPTION= | ||
| [angleA, angleB] call [[BIS_fnc_getAngleDelta]] |SYNTAX= | | [angleA, angleB] call [[BIS_fnc_getAngleDelta]] |SYNTAX= | ||
|p1= angleA: [[Number]] - First angle|PARAMETER1= | |p1= angleA: [[Number]] - First angle|PARAMETER1= | ||
|p2= angleB: [[Number]] - Second angle|PARAMETER2= | |p2= angleB: [[Number]] - Second angle|PARAMETER2= | ||
| [[Number]] - Angle delta|RETURNVALUE= | | [[Number]] - Angle delta|RETURNVALUE= | ||
|x1= <code>_delta = [90,193] [[call]] [[BIS_fnc_getAngleDelta]];//-103</code> |= | |x1= <code>_delta = [90,193] [[call]] [[BIS_fnc_getAngleDelta]];//-103</code> |= | ||
| [[tan]], [[cos]], [[sin]] |SEEALSO= | | [[tan]], [[cos]], [[sin]] |SEEALSO= |
Revision as of 23:06, 16 January 2021
Description
- Description:
- Returns the smallest difference between two angles in degrees.
- Execution:
- call
- Groups:
- Geometry
Syntax
- Syntax:
- [angleA, angleB] call BIS_fnc_getAngleDelta
- Parameters:
- angleA: Number - First angle
- angleB: Number - Second angle
- Return Value:
- Number - Angle delta
Examples
- Example 1:
_delta = [90,193] call BIS_fnc_getAngleDelta;//-103
Additional Information
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