Difference between revisions of "Matrix:setRotationY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on y axis <source lang="lua"> = Matrix:setRotationY(y rotation,) </source> '''y rotation...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(10 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 ===
set rotation on y axis
+
Sets the rotation on the y axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Matrix:setRotationY(y rotation,)
+
Matrix:setRotationY(roty)
</source>
+
</syntaxhighlight>
'''y rotation:''' (number) rotation on y axis ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''roty''': (number) rotation on y axis<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023