$search
#include "collision_checking/BVH_defs.h"
#include "collision_checking/vec_3f.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
Classes | |
class | collision_checking::OBB |
OBB class. More... | |
struct | collision_checking::OBB::SimpleQuaternion |
Simple quaternion class used in OBB. More... | |
Namespaces | |
namespace | collision_checking |
Main namespace. | |
Functions | |
bool | collision_checking::overlap (const Vec3f R0[3], const Vec3f &T0, const OBB &b1, const OBB &b2) |