vectorSide: Difference between revisions
(Added image, standardized description, syntax and example) |
BrettMayson (talk | contribs) mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 8: | Line 8: | ||
|gr2= Math - Vectors | |gr2= Math - Vectors | ||
|descr= [[ | |descr= [[File:arma3_object-vectors.jpg|thumb|right|An object with its [[vectorDir]], [[vectorUp]] and [[vectorSide]] (vectors not to scale)]] | ||
Returns an object's side vector in world space. | Returns an object's side vector in world space. | ||
| Line 17: | Line 17: | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|r1= | |r1= [[Vector3D]] | ||
|x1= <sqf>_vecSide = vectorSide MyObject;</sqf> | |x1= <sqf>_vecSide = vectorSide MyObject;</sqf> | ||
Latest revision as of 10:14, 4 April 2026
Description
- Description:
-
Returns an object's side vector in world space.
- Groups:
- Math - Vectors
Syntax
- Syntax:
- vectorSide object
- Parameters:
- object: Object
- Return Value:
- Vector3D
Examples
- Example 1:
Additional Information
- See also:
- vectorSideVisual vectorUpVisual vectorDir setVectorDir setVectorUp setVectorDirAndUp vectorDiff vectorAdd vectorMultiply vectorCrossProduct vectorDistance vectorMagnitudeSqr vectorDistanceSqr vectorCos vectorMagnitude vectorDotProduct vectorNormalized vectorFromTo BIS_fnc_getPitchBank BIS_fnc_transformVectorDirAndUp
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note