Difference between revisions of "Matrix:scale"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === combine existing scale with provided scale <source lang="lua"> = Matrix:scale(x scaley scalez scale,)...") |
|||
Line 4: | Line 4: | ||
combine existing scale with provided scale | combine existing scale with provided scale | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Matrix:scale(x scale,y scale,z scale) | |
</source> | </source> | ||
− | '''x scale | + | '''x scale''': (number) scale on x axis ''''''<br/> |
− | '''y scale | + | '''y scale''': (number) scale on y axis '''optional'''<br/> |
− | '''z scale | + | '''z scale''': (number) scale on z axis '''optional'''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2016.06
Description
combine existing scale with provided scale
Matrix:scale(x scale,y scale,z scale)
'x scale: (number) scale on x axis '
y scale: (number) scale on y axis optional
z scale: (number) scale on z axis optional