Difference between revisions of "B2.Body:getLocalVector"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<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>Description</translate> === | === <translate>Description</translate> === | ||
<translate><br /> | <translate><br /> |
Revision as of 09:27, 24 August 2018
Available since: Gideros 2012.09.6
Class: b2.Body
Description
Returns the local coordinates of a vector given the world coordinates.
(number), (number) = b2.Body:getLocalVector(x,y)
Parameters
x: (number) x coordinate of the world vector
y: (number) y coordinate of the world vector
Return values
Returns (number) x vector of the provided vector expressed in local coordinates
Returns (number) y vector of the provided vector expressed in local coordinates