vectorWorldToModel: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting) |
m (improved data type for parsing) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 13: | Line 13: | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|p2= worldDir: [[ | |p2= worldDir: [[Vector3D]] - 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: | ||
Latest revision as of 12:33, 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: Vector3D - 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