36 #ifndef HPP_FCL_SRC_OBB_H 37 # define HPP_FCL_SRC_OBB_H 46 const CollisionRequest& request,
47 FCL_REAL& squaredLowerBoundDistance);
55 #endif // HPP_FCL_SRC_OBB_H Main namespace.
Definition: AABB.h:43
Eigen::Matrix< FCL_REAL, 3, 3 > Matrix3f
Definition: data_types.h:74
bool obbDisjoint(const Matrix3f &B, const Vec3f &T, const Vec3f &a, const Vec3f &b)
double FCL_REAL
Definition: data_types.h:68
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, 1 > Vec3f
Definition: data_types.h:73