Go to the source code of this file.
|  | 
| COAL_DLLAPI bool | coal::obbDisjoint (const Matrix3s &B, const Vec3s &T, const Vec3s &a, const Vec3s &b) | 
|  | 
| COAL_DLLAPI bool | coal::overlap (const Matrix3s &R0, const Vec3s &T0, const OBB &b1, const OBB &b2) | 
|  | Check collision between two obbs, b1 is in configuration (R0, T0) and b2 is in identity.  More... 
 | 
|  | 
| COAL_DLLAPI bool | coal::overlap (const Matrix3s &R0, const Vec3s &T0, const OBB &b1, const OBB &b2, const CollisionRequest &request, CoalScalar &sqrDistLowerBound) | 
|  | Check collision between two obbs, b1 is in configuration (R0, T0) and b2 is in identity.  More... 
 | 
|  | 
| COAL_DLLAPI OBB | coal::translate (const OBB &bv, const Vec3s &t) | 
|  | Translate the OBB bv.  More... 
 | 
|  |