#include "coal/BV/kDOP.h"
#include "coal/BV/AABB.h"
#include "coal/BV/OBB.h"
#include "coal/BV/RSS.h"
#include "coal/BV/OBBRSS.h"
#include "coal/BV/kIOS.h"
#include "coal/math/transform.h"
Go to the source code of this file.
Namespaces | |
coal | |
Main namespace. | |
Functions | |
template<typename BV1 , typename BV2 > | |
static void | coal::convertBV (const BV1 &bv1, BV2 &bv2) |
Convert a bounding volume of type BV1 to bounding volume of type BV2 in identity configuration. More... | |
template<typename BV1 , typename BV2 > | |
static void | coal::convertBV (const BV1 &bv1, const Transform3s &tf1, BV2 &bv2) |
Convert a bounding volume of type BV1 in configuration tf1 to bounding volume of type BV2 in identity configuration. More... | |