Difference between revisions of "Matrix:setM11"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(12 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 ===
<br />
+
Sets the value of the ''m11'' component for this Matrix instance.
Sets the value of the `m11` component for this `Matrix` instance.<br />
+
<syntaxhighlight lang="lua">
<br />
+
Matrix:setM11(m11)
<source lang="lua">
+
</syntaxhighlight>
Matrix:setM11(m11)
+
 
</source>
+
=== Parameters ===
'''m11''': (number) ''''''<br/>
+
'''m11''': (number) <br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023