translate
Post-multiplies this matrix by a translation matrix.
Return
this matrix
Parameters
x
the X component of the translation vector
y
the Y component of the translation vector
Post-multiplies this matrix by a translation matrix.
Return
this matrix
Parameters
offset
the translation vector to add to the current matrix
Post-multiplies this matrix by a translation matrix and stores the result in the specified matrix
Return
the result matrix
Parameters
x
the X component of the translation vector
y
the Y component of the translation vector