Difference between revisions of "Matrix:getRotationX"

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

Revision as of 11:20, 23 August 2018

Available since: Gideros 2016.06

Description

get rotation for x axis

(number) = Matrix:getRotationX()

Returns (number) rotation on x axis