BIS fnc rotateVector2D: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 1: | Line 1: | ||
< | {{Function|= Comments | ||
____________________________________________________________________________________________ | |||
| arma2 |= Game name | |||
|1.00|= Game version | |||
____________________________________________________________________________________________ | |||
| <pre> | |||
/************************************************************ | /************************************************************ | ||
Rotate 2D Vector | Rotate 2D Vector | ||
Parameters: [[vector], angle] | Parameters: [[vector], angle] | ||
Line 11: | Line 18: | ||
************************************************************/ | ************************************************************/ | ||
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description | |||
____________________________________________________________________________________________ | |||
| <!-- [] call [[BIS_fnc_rotateVector2D]]; --> |= Syntax | |||
|p1= |= Parameter 1 | |||
| |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <code></code> |= | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
/ | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
/ | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Function Group: Vectors|{{uc:rotateVector2D}}]] | |||
[[Category:Functions|{{uc:rotateVector2D}}]] | |||
[[Category:{{Name|arma2}}: Functions|{{uc:rotateVector2D}}]] | |||
[[Category:{{Name|arma2oa}}: Functions|{{uc:rotateVector2D}}]] | |||
[[Category:{{Name|tkoh}}: Functions|{{uc:rotateVector2D}}]] | |||
[[Category:{{Name|arma3}}: Functions|{{uc:rotateVector2D}}]] |
Revision as of 16:14, 25 July 2014
Description
- Description:
/************************************************************ Rotate 2D Vector Parameters: [[vector], angle] Returns: [vector] This function returns a 2D vector rotated a specified number of degrees around the origin. ************************************************************/
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
Additional Information
- See also:
- See also needed
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