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