Difference between revisions of "Matrix:translate"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 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 translation with provided translation
+
Combines the existing translation with a provided translation.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Matrix:translate(x,y,z)
+
Matrix:translate(x,y,z)
</source>
+
</syntaxhighlight>
'''x''': (number) translate on x axis ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''x''': (number) translate on x axis<br/>
 
'''y''': (number) translate on y axis '''optional'''<br/>
 
'''y''': (number) translate on y axis '''optional'''<br/>
 
'''z''': (number) translate on z axis '''optional'''<br/>
 
'''z''': (number) translate on z axis '''optional'''<br/>
 +
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023