Function
Body:getWorldPoint( local_x, local_y )
Transform a point from local coordinates to world coordinates.
Synopsis
world_x, world_y = Body:getWorldPoint( local_x, local_y )
Parameters
local_x number The x position in local coordinates.
local_y number The y position in local coordinates.
Returns
world_x number The x position in world coordinates.
world_y number The y position in world coordinates.
See Also
Body:getLocalPoint  
Copyright © 2006-2010 LÖVE Development Team.