Set this matrix to be a simple translation matrix in a two-dimensional coordinate system.
<p>
The resulting matrix can be multiplied against another transformation
matrix to obtain an additional translation.
<p>
In order to apply a translation via to an already existing transformation
matrix, use {@link #translate(Vector2d) translate()} instead.
Set this matrix to be a simple translation matrix in a two-dimensional coordinate system. <p> The resulting matrix can be multiplied against another transformation matrix to obtain an additional translation. <p> In order to apply a translation via to an already existing transformation matrix, use {@link #translate(Vector2d) translate()} instead.
@see #translate(Vector2d)
@param offset the translation @return this