Body:getWorldVector

Body:getWorldVector

Transform a vector from local coordinates to world coordinates.

Function

Synopsis

1
worldX, worldY = Body:getWorldVector( localX, localY )

Arguments

number localX
The vector x component in local coordinates.
number localY
The vector y component in local coordinates.

Returns

number worldX
The vector x component in world coordinates.
number worldY
The vector y component in world coordinates.

See Also


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

Please login to continue.