Difference between revisions of "Matrix:scale"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
+
'''Class:''' [[Matrix]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>combine existing scale with provided scale</translate>
+
=== Description ===
<source lang="lua">
+
Combines the existing scale with a provided scale.
Matrix:scale(x scale,y scale,z scale)
+
<syntaxhighlight lang="lua">
</source>
+
Matrix:scale(x scale,y scale,z scale)
=== <translate>Parameters</translate> ===
+
</syntaxhighlight>
'''x scale''': (number) <translate>scale on x axis</translate> <br/>
+
 
'''y scale''': (number) <translate>scale on y axis</translate> '''optional'''<br/>
+
=== Parameters ===
'''z scale''': (number) <translate>scale on z axis</translate> '''optional'''<br/>
+
'''x scale''': (number) scale on x axis<br/>
 +
'''y scale''': (number) scale on y axis '''optional'''<br/>
 +
'''z scale''': (number) scale on z axis '''optional'''<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023