Exemplo n.º 1
0
 public MovableGrid RotateRight()
 {
     return(new MovableGrid(Representation.RotateRight(), X, Y));
 }