Difference between revisions of "Matrix:translate"

From GiderosMobile
Line 6: Line 6:
 
  Matrix:translate(x,y,z)
 
  Matrix:translate(x,y,z)
 
</source>
 
</source>
'''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/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2016.06

Description

combine existing translation with provided translation

 Matrix:translate(x,y,z)

Parameters

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