Transform:transformPoint
Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Applies the Transform object's transformation to the given 2D position.
This effectively converts the given position from global coordinates into the local coordinate space of the Transform.
Function
Synopsis
localX, localY = Transform:transformPoint( globalX, globalY )
Arguments
number globalX
- The x component of the position in global coordinates.
number globalY
- The y component of the position in global coordinates.
Returns
number localX
- The x component of the position with the transform applied.
number localY
- The y component of the position with the transform applied.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info