Matrix:Translate(dx, dy, dz)

Version added: before 9.5
Prepend a translation onto the current matrix

Arguments:

Name Type Description Default Ver
dx real The x value of the translation < 9.5
dy real The y value of the translation < 9.5
dz real The z value of the translation < 9.5

Return value:

void none
Prepend a translation onto the current matrix.

Search results

Usage of 'Translate' is found in the following scripts:

<< Back to Matrix