Difference between revisions of "Matrix:setRotationX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on x axis <source lang="lua"> = Matrix:setRotationX(x rotation,) </source> '''x rotation...")
 
Line 4: Line 4:
 
set rotation on x axis
 
set rotation on x axis
 
<source lang="lua">
 
<source lang="lua">
= Matrix:setRotationX(x rotation,)
+
Matrix:setRotationX(x rotation)
 
</source>
 
</source>
 
'''x rotation:''' (number) rotation on x axis ''''''<br/>
 
'''x rotation:''' (number) rotation on x axis ''''''<br/>

Revision as of 11:11, 23 August 2018

Available since: Gideros 2016.06

Description

set rotation on x axis

 Matrix:setRotationX(x rotation)

'x rotation: (number) rotation on x axis '