Difference between revisions of "Body:getLocalPoint"

m (included link to other languages)
Line 17: Line 17:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Transform a point from world coordinates to local coordinates.}}
 
{{#set:Description=Transform a point from world coordinates to local coordinates.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Body:getLocalPoint}}
 
{{i18n|Body:getLocalPoint}}

Revision as of 10:40, 25 March 2011

Transform a point from world coordinates to local coordinates.

Function

Synopsis

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

Arguments

number world_x
The x position in world coordinates.
number world_y
The y position in world coordinates.

Returns

number local_x
The x position in local coordinates.
number local_y
The y position in local coordinates.

See Also


Other Languages