]> git.tdb.fi Git - libs/math.git/blobdiff - source/geometry/negation.h
Optimize bounding box bisection with more early culling
[libs/math.git] / source / geometry / negation.h
index 91802f8bce9906cfdadcae3bc7382c6e193cb423..60b92e33d1d30def4d60f631c8311acbbcd0c115 100644 (file)
@@ -96,7 +96,7 @@ inline Coverage Negation<T, D>::get_coverage(const BoundingBox<T, D> &bbox) cons
        else if(coverage==NO_COVERAGE)
                return FULL_COVERAGE;
        else
-               return PARTIAL_COVERAGE;
+               return coverage;
 }
 
 } // namespace Geometry