示例#1
0
 @Override
 public void rotateOnY(float f) {
   for (Shape shape : parts) {
     shape.rotateOnY(f);
   }
 }