Difference between revisions of "Matrix:getRotationZ"

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

Revision as of 11:20, 23 August 2018

Available since: Gideros 2016.06

Description

get rotation for z axis

(number) = Matrix:getRotationZ()

Returns (number) rotation around z axis