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,)...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
=== Description ===
 
=== Description ===
combine existing scale with provided scale
+
Combines the existing scale with a provided scale.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Matrix:scale(x scaley scalez scale,)
+
Matrix:scale(x scale,y scale,z scale)
</source>
+
</syntaxhighlight>
'''x scale:''' (number) scale on x axis ''''''<br/>
+
 
'''y scale:''' (number) scale on y axis '''optional'''<br/>
+
=== Parameters ===
'''z scale:''' (number) scale on z axis '''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