Difference between revisions of "Matrix:setRotationX"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(7 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 x axis
+
Sets the rotation on the x axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Matrix:setRotationX(x rotation)
+
Matrix:setRotationX(rotx)
</source>
+
</syntaxhighlight>
 +
 
 
=== Parameters ===
 
=== Parameters ===
'''x rotation''': (number) rotation on x axis <br/>
+
'''rotx''': (number) rotation on x axis<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023