B2.Body:getLocalVector

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the local coordinates of a vector given the world coordinates. <br /> <br /> <source...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2012.09.6

Description


Returns the local coordinates of a vector given the world coordinates.

(number) (number), = b2.Body:getLocalVector(xy,)

'x: (number) x coordinate of the world vector '
'y: (number) y coordinate of the world vector '
Returns (number) x vector of the provided vector expressed in local coordinates
Returns (number) y vector of the provided vector expressed in local coordinates