|
void | coal::computeVertices (const OBB &b, Vec3s vertices[8]) |
| Compute the 8 vertices of a OBB. More...
|
|
OBB | coal::merge_largedist (const OBB &b1, const OBB &b2) |
| OBB merge method when the centers of two smaller OBB are far away. More...
|
|
OBB | coal::merge_smalldist (const OBB &b1, const OBB &b2) |
| OBB merge method when the centers of two smaller OBB are close. More...
|
|
COAL_DLLAPI bool | coal::obbDisjoint (const Matrix3s &B, const Vec3s &T, const Vec3s &a, const Vec3s &b) |
|
CoalScalar | coal::internal::obbDisjoint_check_A_axis (const Vec3s &T, const Vec3s &a, const Vec3s &b, const Matrix3s &Bf) |
|
CoalScalar | coal::internal::obbDisjoint_check_B_axis (const Matrix3s &B, const Vec3s &T, const Vec3s &a, const Vec3s &b, const Matrix3s &Bf) |
|
bool | coal::obbDisjointAndLowerBoundDistance (const Matrix3s &B, const Vec3s &T, const Vec3s &a_, const Vec3s &b_, const CollisionRequest &request, CoalScalar &squaredLowerBoundDistance) |
|
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...
|
|