Difference between revisions of "Matrix:translate"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === combine existing translation with provided translation <source lang="lua"> = Matrix:translate(xyz,) <...")
 
Line 4: Line 4:
 
combine existing translation with provided translation
 
combine existing translation with provided translation
 
<source lang="lua">
 
<source lang="lua">
= Matrix:translate(xyz,)
+
Matrix:translate(x,y,z)
 
</source>
 
</source>
'''x:''' (number) translate on x axis ''''''<br/>
+
'''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/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2016.06

Description

combine existing translation with provided translation

 Matrix:translate(x,y,z)

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