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

Function GetScaleLevel

libs/indexer/scales.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37int GetScaleLevel(double ratio)
38{
39 return math::iround(GetScaleLevelD(ratio));
40}
41
42int GetScaleLevel(m2::RectD const & r)
43{

Callers 4

ShowTrackMethod · 0.85
RunBenchmarkFunction · 0.85
RunTestFunction · 0.85
operator()Method · 0.85

Calls 2

GetScaleLevelDFunction · 0.85
iroundFunction · 0.50

Tested by 2

RunTestFunction · 0.68
operator()Method · 0.68