Difference between revisions of "Matrix:getX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get x position <source lang="lua"> (number), = Matrix:getX() </source> '''Returns''' (number) x posit...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
=== Description ===
 
=== Description ===
get x position
+
Returns the value of the ''x'' component for this Matrix instance.
<source lang="lua">
+
<syntaxhighlight lang="lua">
(number), = Matrix:getX()
+
(number) = Matrix:getX()
</source>
+
</syntaxhighlight>
'''Returns''' (number) x position<br/>
+
=== Return values ===
 +
'''Returns''' (number) the current ''x'' parameter<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023