Go to the source code of this file.
|
kIOS | hpp::fcl::translate (const kIOS &bv, const Vec3f &t) HPP_FCL_DLLAPI |
| Translate the kIOS BV. More...
|
|
bool | hpp::fcl::overlap (const Matrix3f &R0, const Vec3f &T0, const kIOS &b1, const kIOS &b2) HPP_FCL_DLLAPI |
| Check collision between two kIOSs, b1 is in configuration (R0, T0) and b2 is in identity. More...
|
|
bool | hpp::fcl::overlap (const Matrix3f &R0, const Vec3f &T0, const kIOS &b1, const kIOS &b2, const CollisionRequest &request, FCL_REAL &sqrDistLowerBound) HPP_FCL_DLLAPI |
| Check collision between two kIOSs, b1 is in configuration (R0, T0) and b2 is in identity. More...
|
|
FCL_REAL | hpp::fcl::distance (const Matrix3f &R0, const Vec3f &T0, const kIOS &b1, const kIOS &b2, Vec3f *P=NULL, Vec3f *Q=NULL) HPP_FCL_DLLAPI |
| Approximate distance between two kIOS bounding volumes. More...
|
|