Difference between revisions of "Matrix:setM11"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
Sets the value of the `m11` component for this `Matrix` instance.<br />
+
Sets the value of the [[[m11` component for this `Matrix]]] instance.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Matrix:setM11(m11)
 
  Matrix:setM11(m11)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''m11''': (number) <br/>
+
'''m11''': (number) <translate></translate> <br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2011.6

Description


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

 Matrix:setM11(m11)

Parameters

m11: (number)