36 #ifndef HORIZONDEPTH_H_
37 #define HORIZONDEPTH_H_
136 double radius = GeoTessUtils::getEarthRadius(position)-depth;
141 if (radius <= bottom)
155 if (radius <= bottom)
165 string s =
"depth " + CPPUtils::dtos(depth) +
" " + CPPUtils::itos(layerIndex);