vectorWorldToModel

From Bohemia Interactive Community
Revision as of 14:32, 2 June 2017 by Warka (talk | contribs) (Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |dev|= Game Version |arg= |= Multiplayer Arguments |ef...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Converts vector from world to model space.
Groups:
Uncategorised

Syntax

Syntax:
object vectorWorldToModel [x, y, z]
Parameters:
object: Object
[x, y, z]: Array - vector in world space
Return Value:
[x, y, z]: Array - vector in model space

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:
addForceaddTorquevectorModelToWorldvectorModelToWorldVisualvectorWorldToModelVisual

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

Bottom Section