Difference between revisions of "Matrix:setM11"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate><br />
+
Sets the value of the ''m11'' component for this Matrix instance.
Sets the value of the [[Special:MyLanguage/m11|m11]] component for this [[Special:MyLanguage/Matrix|Matrix]] instance.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
Matrix:setM11(m11)
<source lang="lua">
+
</syntaxhighlight>
Matrix:setM11(m11)
+
 
</source>
 
 
=== Parameters ===
 
=== Parameters ===
'''m11''': (number) <translate></translate> <br/>
+
'''m11''': (number) <br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023