Exemplo n.º 1
0
Map::Map() : tiles(nullptr), size(VectorInt(0, 0))
{
}
Exemplo n.º 2
0
 virtual void SetUp() {
     vDouble1 = Vector(1.1,2.2,3.3);
     vDouble2 = Vector(-2.3,1.5,-0.1);
     vInt1 = VectorInt(1,2,3);
     vInt2 = VectorInt(-2,1,0);
 }