public void Translate(float x, float y) { Matrix3 m = new Matrix3(); m.SetTranslate(x, y); Set(this * m); }