B2.Body:getLocalPoint
From GiderosMobile
Available since: Gideros 2012.09.6
Description
Returns the local coordinates of a point given the world coordinates.
(number) (number), = b2.Body:getLocalPoint(xy,)
'x: (number) x coordinate of the world point '
'y: (number) y coordinate of the world point '
Returns (number) x coordinate of the provided point expressed in local coordinates
Returns (number) y coordinate of the provided point expressed in local coordinates