Difference between revisions of "Body:getLocalVector"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 +
Transform a vector from world coordinates to local coordinates.
  
Transform a vector from world coordinates to local coordinates.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 12: Line 12:
 
{{param|number|local_x|The vector x component in local coordinates.}}
 
{{param|number|local_x|The vector x component in local coordinates.}}
 
{{param|number|local_y|The vector y component in local coordinates.}}
 
{{param|number|local_y|The vector y component in local coordinates.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Transform a vector from world coordinates to local coordinates.}}
 
{{#set:Description=Transform a vector from world coordinates to local coordinates.}}
 +
 +
== Other Languages ==
 +
{{i18n|Body:getLocalVector}}

Revision as of 07:51, 28 January 2011

Transform a vector from world coordinates to local coordinates.

Function

Synopsis

local_x, local_y = Body:getLocalVector( world_x, world_y )

Arguments

number world_x
The vector x component in world coordinates.
number world_y
The vector y component in world coordinates.

Returns

number local_x
The vector x component in local coordinates.
number local_y
The vector y component in local coordinates.

See Also


Other Languages