All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AABB.h File Reference
#include <stdexcept>
#include <hpp/fcl/math/vec_3f.h>
Include dependency graph for AABB.h:
This graph shows which files directly or indirectly include this file:

Classes

class  fcl::AABB
 A class describing the AABB collision structure, which is a box in 3D space determined by two diagonal points. More...
 

Namespaces

 fcl
 Main namespace.
 

Functions

static AABB fcl::translate (const AABB &aabb, const Vec3f &t)
 translate the center of AABB by t More...