Fix C++11 compatibility
The BoundingBox methods may not be constexpr in C++11, because BoundingBox is not considered a literal in C++11.
The BoundingBox methods may not be constexpr in C++11, because BoundingBox is not considered a literal in C++11.