Difference between revisions of "B2.Body:getWorldPoint"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | <languages /> | ||
'''<translate>Available since</translate>:''' Gideros 2012.09.6<br/> | '''<translate>Available since</translate>:''' Gideros 2012.09.6<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/> |
Revision as of 09:57, 3 September 2018
Available since: Gideros 2012.09.6
Class: b2.Body
Description
Returns the world coordinates of a point given the local coordinates.
(number), (number) = b2.Body:getWorldPoint(x,y)
Parameters
x: (number) x coordinate of the local point
y: (number) y coordinate of the local point
Return values
Returns (number) x coordinate of the provided point expressed in world coordinates
Returns (number) y coordinate of the provided point expressed in world coordinates