Body:getLocalVector

Body:getLocalVector

Transform a vector from world coordinates to local coordinates.

Function

Synopsis

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

Arguments

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

Returns

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

See Also


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

Please login to continue.