36 #ifndef HPP_FCL_SRC_OBB_H 37 #define HPP_FCL_SRC_OBB_H 44 const CollisionRequest& request,
45 FCL_REAL& squaredLowerBoundDistance);
53 #endif // HPP_FCL_SRC_OBB_H
bool obbDisjointAndLowerBoundDistance(const Matrix3f &B, const Vec3f &T, const Vec3f &a_, const Vec3f &b_, const CollisionRequest &request, FCL_REAL &squaredLowerBoundDistance)
Eigen::Matrix< FCL_REAL, 3, 3 > Matrix3f
HPP_FCL_DLLAPI bool obbDisjoint(const Matrix3f &B, const Vec3f &T, const Vec3f &a, const Vec3f &b)
Eigen::Matrix< FCL_REAL, 3, 1 > Vec3f