GetMatrix

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Returns the object's matrix in a table of 16 entries (4x4 matrix) : matrix = getMatrix(object)")
 
m
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
Returns the object's matrix in a table of 16 entries (4x4 matrix) :
+
{{lua-function|getMatrix|object}}
 +
 
 +
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)
 +
 +
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Transformation]]

Latest revision as of 01: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)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox