Body:getWorldPoint

Body:getWorldPoint

Transform a point from local coordinates to world coordinates.

Function

Synopsis

worldX, worldY = Body:getWorldPoint( localX, localY )

Arguments

number localX
The x position in local coordinates.
number localY
The y position in local coordinates.

Returns

number worldX
The x position in world coordinates.
number worldY
The y position in world coordinates.

See Also


doc_love
2017-03-21 15:41:07
Comments
Leave a Comment

Please login to continue.