Difference between revisions of "Matrix:scale"

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>combine existing scale with provided scale</translate>
 
<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 ===
+
=== <translate>Parameters</translate> ===
 
'''x scale''': (number) <translate>scale on x axis</translate> <br/>
 
'''x scale''': (number) <translate>scale on x axis</translate> <br/>
 
'''y scale''': (number) <translate>scale on y axis</translate> '''optional'''<br/>
 
'''y scale''': (number) <translate>scale on y axis</translate> '''optional'''<br/>
 
'''z scale''': (number) <translate>scale on z axis</translate> '''optional'''<br/>
 
'''z scale''': (number) <translate>scale on z axis</translate> '''optional'''<br/>

Revision as of 08:30, 24 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