示例#1
0
 /** Calculate the angle that the rotation matrix represents. */
 public final float getAngle() {
   return MathUtils.atan2(R.col1.y, R.col1.x);
 }