Set this matrix to be a simple translation matrix.
<p>
The resulting matrix can be multiplied against another transformation
matrix to obtain an additional translation.
@param x
the offset to translate in x
@param y
the offset to translate in y
@param z
the offset to translate in z
@return this
Matrix4x3dtranslation(double x, double y, double z)
Set this matrix to be a simple translation matrix. <p> The resulting matrix can be multiplied against another transformation matrix to obtain an additional translation.
@param x the offset to translate in x @param y the offset to translate in y @param z the offset to translate in z @return this