Difference between revisions of "Matrix:getM12"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m12` component for this `Matrix` instance.<br /> <br /> <source lang=...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(13 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 ''m12'' component for this Matrix instance.
Returns the value of the `m12` component for this `Matrix` instance.<br />
+
<syntaxhighlight lang="lua">
<br />
+
(number) = Matrix:getM12()
<source lang="lua">
+
</syntaxhighlight>
(number), = Matrix:getM12()
+
 
</source>
+
=== Return values ===
'''Returns''' (number) The current `m12` parameter.<br/>
+
'''Returns''' (number) the current ''m12'' parameter<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023