- Timestamp:
- Oct 31, 2018, 10:56:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartOrigin.h
r12057 r12062 61 61 { return this->cellSize_; } 62 62 63 inline void set CellHeight(int cellHeight)64 { this-> cellHeight_ = cellHeight; }65 inline int get CellHeight() const66 { return this-> cellHeight_; }63 inline void setMapMatrix(int mapMatrix) 64 { this->mapMatrix_ = mapMatrix; } 65 inline int getMapMatrix() const 66 { return this->mapMatrix_; } 67 67 68 68 private: … … 71 71 int numCells_; 72 72 int cellSize_; 73 int cellHeight_;73 int mapMatrix_; 74 74 }; 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.