MCPcopy Create free account
hub / github.com/comaps/comaps / GetTileBasedModelView

Method GetTileBasedModelView

libs/drape_frontend/tile_key.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

RenderMethod · 0.80
RenderTrafficMethod · 0.80
RenderAccuracyMethod · 0.80
RenderMyPositionMethod · 0.80
RenderMethod · 0.80

Calls 2

GetModelViewMethod · 0.80
CenterMethod · 0.45

Tested by

no test coverage detected