Body:getLocalPoint
Transform a point from world coordinates to local coordinates.
Function
Synopsis
localX, localY = Body:getLocalPoint( worldX, worldY )
Arguments
number worldX
- The x position in world coordinates.
number worldY
- The y position in world coordinates.
Returns
number localX
- The x position in local coordinates.
number localY
- The y position in local coordinates.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Body:getLocalPoint