Difference between revisions of "Matrix:getM11"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(10 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 />
+
Returns the value of the ''m11'' component for this Matrix instance.
Returns the value of the `m11` component for this `Matrix` instance.<br />
+
<syntaxhighlight lang="lua">
<br />
 
<source lang="lua">
 
 
(number) = Matrix:getM11()
 
(number) = Matrix:getM11()
</source>
+
</syntaxhighlight>
 +
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) The current `m11` parameter.<br/>
+
'''Returns''' (number) the current ''m11'' parameter<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023