示例#1
0
 /**
  * ×ó³Ë£¨¼´ºóµþ¼Ó²Ù×÷£©Ò»¸ö´íÇоØÕó
  *
  * @param shearX
  * @param shearY
  */
 public void postShear(float shearX, float shearY)
 {
     m3Temp.setToShear(shearX, shearY);
     m3Temp.multiply(this, this);
 }