| 137 | } |
| 138 | |
| 139 | math::Matrix<float, 4, 4> TileKey::GetTileBasedModelView(ScreenBase const & screen) const |
| 140 | { |
| 141 | return screen.GetModelView(GetGlobalRect().Center(), kShapeCoordScalar); |
| 142 | } |
| 143 | |
| 144 | std::string TileKey::Coord2String() const |
| 145 | { |
no test coverage detected