Translate this matrix by a Vector2.
void translate2(Vector2 vector) { return translate(vector.x, vector.y); }