Difference between revisions of "Matrix:setM11"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `m11` component for this `Matrix` instance.<br /> <br /> <source lang="lu...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Matrix:setM11(m11,)
+
Matrix:setM11(m11)
 
</source>
 
</source>
'''m11:''' (number)  ''''''<br/>
+
'''m11''': (number)  ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the value of the `m11` component for this `Matrix` instance.

 Matrix:setM11(m11)

'm11: (number) '