示例#1
0
 public final Matrix getInitialTransformation() {
   return Matrix.Factory.newRotateMatrix(
       Angle.get(getRotateX()), Angle.get(getRotateY()), Angle.get(getRotateZ()));
 }