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

Method GetDepth

libs/map/track.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181float Track::GetDepth(size_t layerIndex) const
182{
183 return layerIndex * 10;
184}
185
186void Track::ForEachGeometry(GeometryFnT && fn) const
187{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected