Difference between revisions of "Matrix:setRotationY"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
+
'''Class:''' [[Matrix]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>set rotation on y axis</translate>
+
=== Description ===
<source lang="lua">
+
Sets the rotation on the y axis.
Matrix:setRotationY(y rotation)
+
<syntaxhighlight lang="lua">
</source>
+
Matrix:setRotationY(roty)
=== <translate>Parameters</translate> ===
+
</syntaxhighlight>
'''y rotation''': (number) <translate>rotation on y axis</translate> <br/>
+
 
 +
=== Parameters ===
 +
'''roty''': (number) rotation on y axis<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023