B2.Body:getWorldVector

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

Available since: Gideros 2012.09.6

Description


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

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

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