vectorSide: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "[[Image:" to "[[File:") |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.14 | |version1= 2.14 | ||
|arg= global | |arg= global | ||
Line 9: | 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)]] | ||
{{Feature|important|The vector is '''not necessarily [[vectorNormalized|normalized]]'''. The [[vectorMagnitude|magnitude]] of the vector | Returns an object's side vector in world space. | ||
{{Feature|important|The vector is '''not necessarily [[vectorNormalized|normalized]]'''. The [[vectorMagnitude|magnitude]] of the vector depends on the [[getObjectScale|object's scale]].}} | |||
|s1= [[vectorSide]] object | |s1= [[vectorSide]] object | ||
Line 16: | Line 17: | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|r1= [[Array]] | |r1= [[Array]] format [[Vector3D]] | ||
|x1= <sqf>_vecSide = vectorSide MyObject;</sqf> | |||
|seealso= [[vectorSideVisual]] [[vectorUpVisual]] [[vectorDir]] [[setVectorDir]] [[setVectorUp]] [[setVectorDirAndUp]] [[vectorDiff]] [[vectorAdd]] [[vectorMultiply]] [[vectorCrossProduct]] [[vectorDistance]] [[vectorMagnitudeSqr]] [[vectorDistanceSqr]] [[vectorCos]] [[vectorMagnitude]] [[vectorDotProduct]] [[vectorNormalized]] [[vectorFromTo]] [[BIS_fnc_getPitchBank]] [[BIS_fnc_transformVectorDirAndUp]] | |||
|seealso= [[vectorUpVisual]] [[vectorDir]] [[setVectorDir]] [[setVectorUp]] [[setVectorDirAndUp]] [[vectorDiff]] [[vectorAdd]] [[vectorMultiply]] [[vectorCrossProduct]] [[vectorDistance]] [[vectorMagnitudeSqr]] [[vectorDistanceSqr]] [[vectorCos]] [[vectorMagnitude]] [[vectorDotProduct]] [[vectorNormalized]] [[vectorFromTo]] [[BIS_fnc_getPitchBank]] [[BIS_fnc_transformVectorDirAndUp]] | |||
}} | }} |
Latest revision as of 23:10, 20 November 2023
Description
- Description:
-
Returns an object's side vector in world space.
- Groups:
- Math - Vectors
Syntax
- Syntax:
- vectorSide object
- Parameters:
- object: Object
- Return Value:
- Array format 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 or on the Forums.
Only post proven facts here! Add Note