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

Function GetEpsilonForLevel

libs/indexer/scales.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53} // namespace
54
55double GetEpsilonForLevel(int level)
56{
57 return GetEpsilonImpl(level, 7);
58}
59
60double GetEpsilonForSimplify(int level)
61{

Callers 1

IsGoodForLevelFunction · 0.85

Calls 1

GetEpsilonImplFunction · 0.85

Tested by

no test coverage detected