// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bbox.h" #include "linearspace3.h" namespace embree { /*! Oriented bounding box */ template<typename T> struct OBBox { … }; OBBox3f; OBBox3fa; }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bbox.h" #include "linearspace3.h" namespace embree { /*! Oriented bounding box */ template<typename T> struct OBBox { … }; OBBox3f; OBBox3fa; }