Difference between revisions of "Matrix:setRotationX"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2016.06<br/> | + | '''<translate>Available since</translate>:''' Gideros 2016.06<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>set rotation on x axis</translate> | <translate>set rotation on x axis</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
Matrix:setRotationX(x rotation) | Matrix:setRotationX(x rotation) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''x rotation''': (number) <translate>rotation on x axis</translate> <br/> | '''x rotation''': (number) <translate>rotation on x axis</translate> <br/> |
Revision as of 07:26, 24 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