Exemplo n.º 1
0
 public UFace rotY(float deg) {
   for (UVertex vt : getV()) vt.rotY(deg);
   return reset();
 }