getRotation(); if(rotation > 0) --rotation; else rotation = Piece::NB_ROTATIONS - 1; return rotate(piece,rotation); } bool Board::rotateRight(Piece& piece) ...
確定! 回上一頁