Difference between revisions of "Matrix:scale"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
=== Description === | === Description === | ||
− | combine existing scale with provided scale | + | <translate>combine existing scale with provided scale</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Matrix:scale(x scale,y scale,z scale) | Matrix:scale(x scale,y scale,z scale) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''x scale''': (number) scale on x axis <br/> | + | '''x scale''': (number) <translate>scale on x axis</translate> <br/> |
− | '''y scale''': (number) scale on y axis '''optional'''<br/> | + | '''y scale''': (number) <translate>scale on y axis</translate> '''optional'''<br/> |
− | '''z scale''': (number) scale on z axis '''optional'''<br/> | + | '''z scale''': (number) <translate>scale on z axis</translate> '''optional'''<br/> |
Revision as of 13:35, 23 August 2018
Available since: Gideros 2016.06
Description
combine existing scale with provided scale
Matrix:scale(x scale,y scale,z scale)
Parameters
x scale: (number) scale on x axis
y scale: (number) scale on y axis optional
z scale: (number) scale on z axis optional