Body:getLocalPoint

Body:getLocalPoint

Transform a point from world coordinates to local coordinates.

Function

Synopsis

1
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


doc_love
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.