BIS fnc rotateVector3D: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 10: | Line 10: | ||
|s1= [vector, angle, axis] call [[BIS_fnc_rotateVector3D]] | |s1= [vector, angle, axis] call [[BIS_fnc_rotateVector3D]] | ||
|p1 | |p1= vector: [[Array]] in format [[Vector3D]] | ||
| | |p2= angle: [[Number]] - given angle (taken in the opposite direction to the one defined by the {{Wikipedia|Right-hand_rule|right hand rule}}) | ||
| | |||
|p3= axis: [[Number]] - rotation axis: | |||
* 0 - '''X''' axis | * 0 - '''X''' axis | ||
* 1 - '''Y''' axis | * 1 - '''Y''' axis |
Revision as of 23:48, 7 August 2022
Description
- Description:
- Rotates the vector around the given axis by the given angle
- Execution:
- call
- Groups:
- Vectors
Syntax
- Syntax:
- [vector, angle, axis] call BIS_fnc_rotateVector3D
- Parameters:
- vector: Array in format Vector3D
- angle: Number - given angle (taken in the opposite direction to the one defined by the right hand rule)
- axis: Number - rotation axis:
- 0 - X axis
- 1 - Y axis
- 2 - Z axis
- Return Value:
- Array - rotated vector in format Vector3D
Examples
- Example 1:
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