worldToModel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Inserted link to modelToWorld)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Position]] <nowiki>=</nowiki>  [[Object]] '''worldToModel''' [[Position]]|= Syntax
| [[Array]] <nowiki>=</nowiki>  objectName '''worldToModel''' worldPos |= Syntax


|p1= [[Object]] |= Parameter 1
|p1= objectName: [[Object]] |= Parameter 1


|p2= [[Array]] |= Parameter 2
|p2= worldPos: [[Array]] |= Parameter 2


| [[Position]]: [[Array]] |= Return value
| [[Array]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:07, 24 January 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Converts position from world space to object model space.
Groups:
Uncategorised

Syntax

Syntax:
Array = objectName worldToModel worldPos
Parameters:
objectName: Object
worldPos: Array
Return Value:
Array

Examples

Examples:
Example needed

Additional Information

See also:
modelToWorld

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

Notes

Bottom Section