Difference between revisions of "Matrix:getRotationY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation on y axis <source lang="lua"> (number), = Matrix:getRotationY() </source> '''Returns'''...")
 
 
(11 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 rotation on y axis
+
Gets the rotation for the Y axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
(number), = Matrix:getRotationY()
+
(number) = Matrix:getRotationY()
</source>
+
</syntaxhighlight>
'''Returns''' (number) rotation on y axis<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (number) rotation around Y axis in degrees<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 02:51, 4 January 2026