{{newin|[[11.0]]|110|type=function}}
Gets the internal 4x4 transformation matrix stored by this Transform. The matrix is returned in [[MatrixLayout|row-major]] order.

== Function ==
=== Synopsis ===
<source lang="lua">
e1_1, e1_2, ..., e4_4 = Transform:getMatrix( )
</source>
=== Arguments ===
None.

=== Returns ===
{{param|number|e1_1|The first column of the first row of the matrix.}}
{{param|number|e1_2|The second column of the first row of the matrix.}}
{{param|number|...|Additional matrix elements.}}
{{param|number|e4_4|The fourth column of the fourth row of the matrix.}}

== See Also ==
* [[parent::Transform]]
* [[Transform:setMatrix]]
[[Category:Functions]]
{{#set:Description=Gets the internal transformation matrix stored by this Transform.}}
== Other Languages ==
{{i18n|Transform:getMatrix}}