Example #1
0
void hex::setGridLocation( vec<int> GRID ){

    gridLocation = GRID;
    hexLocation  = GRID.convertToHex();

}