#include "coal/BV/kIOS.h"
#include "coal/BVH/BVH_utility.h"
#include "coal/math/transform.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
|  | 
| COAL_DLLAPI CoalScalar | coal::distance (const Matrix3s &R0, const Vec3s &T0, const kIOS &b1, const kIOS &b2, Vec3s *P=NULL, Vec3s *Q=NULL) | 
|  | Approximate distance between two kIOS bounding volumes.  More... 
 | 
|  | 
| COAL_DLLAPI bool | coal::overlap (const Matrix3s &R0, const Vec3s &T0, const kIOS &b1, const kIOS &b2) | 
|  | Check collision between two kIOSs, b1 is in configuration (R0, T0) and b2 is in identity.  More... 
 | 
|  | 
| COAL_DLLAPI bool | coal::overlap (const Matrix3s &R0, const Vec3s &T0, const kIOS &b1, const kIOS &b2, const CollisionRequest &request, CoalScalar &sqrDistLowerBound) | 
|  | Check collision between two kIOSs, b1 is in configuration (R0, T0) and b2 is in identity.  More... 
 | 
|  | 
| COAL_DLLAPI kIOS | coal::translate (const kIOS &bv, const Vec3s &t) | 
|  | Translate the kIOS BV.  More... 
 | 
|  |