37 #ifndef HPP_FCL_TRAVERSAL_DETAILS_TRAVERSAL_H
38 #define HPP_FCL_TRAVERSAL_DETAILS_TRAVERSAL_H
45 enum { RelativeTransformationIsIdentity = 1 };
48 template <
bool enabled>
50 RelativeTransformation() : R(
Matrix3f::Identity()) {}
52 const Matrix3f& _R()
const {
return R; }
53 const Vec3f& _T()
const {
return T; }
64 static const Vec3f& _T() {
#define HPP_FCL_DLLAPI
Definition: config.hh:88
#define HPP_FCL_THROW_PRETTY(message, exception)
Definition: fwd.hh:64
Eigen::Matrix< FCL_REAL, 3, 3 > Matrix3f
Definition: data_types.h:71
Eigen::Matrix< FCL_REAL, 3, 1 > Vec3f
Definition: data_types.h:67
Main namespace.
Definition: broadphase_bruteforce.h:44