Exemplo n.º 1
0
 /**
  * Mirror the primitive. For a macro, it is different than for the other primitive, since we just
  * need to toggle the mirror flag.
  *
  * @param xpos the x value of the pivot axis.
  */
 public void mirrorPrimitive(int xpos) {
   super.mirrorPrimitive(xpos);
   m ^= true;
   changed = true;
 }