Difference between revisions of "Matrix:setScale"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === transform matrix for setting scale <source lang="lua"> = Matrix:setScale(xyz,) </source> '''x:''' (nu...")
 
Line 4: Line 4:
 
transform matrix for setting scale
 
transform matrix for setting scale
 
<source lang="lua">
 
<source lang="lua">
= Matrix:setScale(xyz,)
+
Matrix:setScale(x,y,z)
 
</source>
 
</source>
'''x:''' (number) scale on x axis ''''''<br/>
+
'''x''': (number) scale on x axis ''''''<br/>
'''y:''' (number) scale on y axis '''optional'''<br/>
+
'''y''': (number) scale on y axis '''optional'''<br/>
'''z:''' (number) scale on z axis '''optional'''<br/>
+
'''z''': (number) scale on z axis '''optional'''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2016.06

Description

transform matrix for setting scale

 Matrix:setScale(x,y,z)

'x: (number) scale on x axis '
y: (number) scale on y axis optional
z: (number) scale on z axis optional