makeTranslation
Sets this matrix as a translation transform from the given vector v.
Return
A reference to this matrix.
Sets this matrix as a translation transform.
Return
A reference to this matrix.
Parameters
x
The amount to translate in the X axis.
y
The amount to translate in the Y axis.
z
The amount to translate in the Z axis.