translate - concatenate translation transformation to the matrix
m.translate(x, y, z);
x, y, z - floating point numbers specifying translation in x, y and z dimensions
-
Concatenates given translation vector to the matrix.
m = new r3Matrix();