vectorWorldToModel: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting) |
m (improved return value for parsing) |
||
| Line 15: | Line 15: | ||
|p2= worldDir: [[Array]] - vector direction in world space in format [x,y,z] | |p2= worldDir: [[Array]] - vector direction in world space in format [x,y,z] | ||
|r1= [[ | |r1= [[Vector3D]] - vector direction in model space in format [x,y,z] | ||
|x1=Convert world space vector [0,-10,4] to model space of object _airplane: | |x1=Convert world space vector [0,-10,4] to model space of object _airplane: | ||
Revision as of 12:32, 4 January 2026
Description
- Description:
- Converts vector direction from world to model space.
- Groups:
- Math - Vectors
Syntax
- Syntax:
- object vectorWorldToModel worldDir
- Parameters:
- object: Object
- worldDir: Array - vector direction in world space in format [x,y,z]
- Return Value:
- Vector3D - vector direction in model space in format [x,y,z]
Examples
- Example 1:
- Convert world space vector [0,-10,4] to model space of object _airplane:
_airplane vectorWorldToModel [0,-10,4];
Additional Information
- See also:
- addForce worldToModel addTorque vectorModelToWorld vectorModelToWorldVisual vectorWorldToModelVisual matrixMultiply matrixTranspose
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note