Difference between revisions of "Matrix:getM21"

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

Latest revision as of 15:31, 13 July 2023