Transform:getMatrix
Available since LÖVE 0.11.0 |
This function is not supported in earlier versions. |
Gets the internal 4x4 transformation matrix stored by this Transform. The matrix is returned in row-major order.
Function
Synopsis
e1_1, e1_2, ..., e4_4 = Transform:getMatrix( )
Arguments
None
Returns
number e1_1
- The first column of the first row of the matrix.
number e1_2
- The second column of the first row of the matrix.
number ...
- Additional matrix elements.
number e4_4
- The fourth column of the fourth row of the matrix.
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