translate

Method:

translate - concatenate translation transformation to the matrix

Syntax:

m.translate(x, y, z);

Parameters:

x, y, z - floating point numbers specifying translation in x, y and z dimensions

Returns:

-

Description:

Concatenates given translation vector to the matrix.

Example:

m = new r3Matrix();