Classes | Namespaces | Functions
coal/BV/AABB.h File Reference
#include "coal/data_types.h"
Include dependency graph for coal/BV/AABB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 coal
 Main namespace.
 

Functions

COAL_DLLAPI bool coal::overlap (const Matrix3s &R0, const Vec3s &T0, const AABB &b1, const AABB &b2)
 Check collision between two aabbs, b1 is in configuration (R0, T0) and b2 is in identity. More...
 
COAL_DLLAPI bool coal::overlap (const Matrix3s &R0, const Vec3s &T0, const AABB &b1, const AABB &b2, const CollisionRequest &request, CoalScalar &sqrDistLowerBound)
 Check collision between two aabbs, b1 is in configuration (R0, T0) and b2 is in identity. More...
 
static AABB coal::rotate (const AABB &aabb, const Matrix3s &R)
 
static AABB coal::translate (const AABB &aabb, const Vec3s &t)
 translate the center of AABB by t More...
 


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:59