hpp-fcl
2.4.1
HPP fork of FCL -- The Flexible Collision Library
|
Go to the documentation of this file.
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
Eigen::Matrix< FCL_REAL, 3, 1 > Vec3f
Definition: data_types.h:66
bool obbDisjointAndLowerBoundDistance(const Matrix3f &B, const Vec3f &T, const Vec3f &a, const Vec3f &b, const CollisionRequest &request, FCL_REAL &squaredLowerBoundDistance)
double FCL_REAL
Definition: data_types.h:65
Main namespace.
Definition: broadphase_bruteforce.h:44
bool obbDisjoint(const Matrix3f &B, const Vec3f &T, const Vec3f &a, const Vec3f &b)
Eigen::Matrix< FCL_REAL, 3, 3 > Matrix3f
Definition: data_types.h:68