36 #ifndef HORIZONLAYER_H_
37 #define HORIZONLAYER_H_
113 fraction = other.fraction;
132 return bottom + fraction*(top-bottom);
145 return bottom + fraction*(top-bottom);
150 string s =
"layer " + CPPUtils::dtos(fraction) +
" " + CPPUtils::itos(layerIndex);