Difference between revisions of "Matrix:setRotationY"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Class:''' [[Matrix]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>set rotation on y axis</translate>
+
Sets the rotation on the y axis.
 
<source lang="lua">
 
<source lang="lua">
Matrix:setRotationY(y rotation)
+
Matrix:setRotationY(roty)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''y rotation''': (number) <translate>rotation on y axis</translate> <br/>
+
=== Parameters ===
 +
'''roty''': (number) rotation on y axis<br/>
  
 
{{Matrix}}
 
{{Matrix}}

Revision as of 00:46, 18 March 2022