GetMatrix
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{lua-function|getMatrix|object}} | {{lua-function|getMatrix|object}} | ||
− | Returns the object's matrix in a table of 16 entries (4x4 matrix) | + | Returns the object's matrix in a table of 16 entries (4x4 matrix). |
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
matrix = getMatrix(object) | matrix = getMatrix(object) |
Latest revision as of 00:21, 9 February 2014
getMatrix(object)
Returns the object's matrix in a table of 16 entries (4x4 matrix).
-
object
: object to operate on
matrix = getMatrix(object)