从偏移坐标创建单元格(尖顶朝上)
factory HexCell.fromOffsetPointy(int col, int row) { return HexCell(coordinate: HexCoordinate.fromOffsetPointy(col, row)); }