Difference between revisions of "Matrix:setRotationZ"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
=== Description === | === Description === | ||
− | set rotation on z axis | + | <translate>set rotation on z axis</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Matrix:setRotationZ(z rotation) | Matrix:setRotationZ(z rotation) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''z rotation''': (number) rotation on z axis <br/> | + | '''z rotation''': (number) <translate>rotation on z axis</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2016.06
Description
set rotation on z axis
Matrix:setRotationZ(z rotation)
Parameters
z rotation: (number) rotation on z axis