vectorUp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
|descr= Returns up vector of the given object in format [[Vector3D]]. | |descr= Returns up vector of the given object in format [[Vector3D]]. | ||
{{Feature|important|The vector is '''not necessarily normalized'''. The [[vectorMagnitude|magnitude]] of the vector will be the same as the [[getObjectScale|object scale]].}} | {{Feature|important|The vector is '''not necessarily [[vectorNormalized|normalized]]'''. The [[vectorMagnitude|magnitude]] of the vector will be the same as the [[getObjectScale|object scale]].}} | ||
|s1= [[vectorUp]] object | |s1= [[vectorUp]] object |
Revision as of 15:40, 29 July 2021
Description
- Description:
- Returns up vector of the given object in format Vector3D.
- Groups:
- Math - Vectors
Syntax
Examples
- Example 1:
_objUpVector = vectorUp myObject;
Additional Information
- See also:
- vectorUpVisualvectorDirsetVectorDirsetVectorUpsetVectorDirAndUpvectorDiffvectorAddvectorMultiplyvectorCrossProductvectorDistancevectorMagnitudeSqrvectorDistanceSqrvectorCosvectorMagnitudevectorDotProductvectorNormalizedvectorFromToBIS_fnc_getPitchBankBIS_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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Math - Vectors