Difference between revisions of "Matrix:setRotationZ"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on z axis <source lang="lua"> = Matrix:setRotationZ(z rotation,) </source> '''z rotation...") |
|||
Line 4: | Line 4: | ||
set rotation on z axis | set rotation on z axis | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Matrix:setRotationZ(z rotation) | |
</source> | </source> | ||
'''z rotation:''' (number) rotation on z axis ''''''<br/> | '''z rotation:''' (number) rotation on z axis ''''''<br/> |
Revision as of 10:11, 23 August 2018
Available since: Gideros 2016.06
Description
set rotation on z axis
Matrix:setRotationZ(z rotation)
'z rotation: (number) rotation on z axis '