public void Scale(float x, float y, float z) { Matrix3 m = new Matrix3(); m.SetScale(x, y, z); Set(this * m); }