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(x,y,z) | |
</source> | </source> | ||
− | '''x | + | '''x''': (number) translate on x axis ''''''<br/> |
− | '''y | + | '''y''': (number) translate on y axis '''optional'''<br/> |
− | '''z | + | '''z''': (number) translate on z axis '''optional'''<br/> |
Revision as of 10: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