You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there is no Body:getLocalPoints
This function will be useful to convert a bunch of world points to local points, especially when creating shapes for the body :D
The text was updated successfully, but these errors were encountered:
Currently the Body in love.physics provides several functions for Local/World points transformations, for example :-
Body:getWorldPoint
Body:getWorldPoints
Body:getLocalPoint
But there is no
Body:getLocalPoints
This function will be useful to convert a bunch of world points to local points, especially when creating shapes for the body :D
The text was updated successfully, but these errors were encountered: