37#ifndef COAL_TRAVERSAL_DETAILS_TRAVERSAL_H
38#define COAL_TRAVERSAL_DETAILS_TRAVERSAL_H
44enum { RelativeTransformationIsIdentity = 1 };
47template <
bool enabled>
49 RelativeTransformation() : R(
Matrix3s::Identity()) {}
51 const Matrix3s& _R()
const {
return R; }
52 const Vec3s& _T()
const {
return T; }
63 static const Vec3s& _T() {
#define COAL_DLLAPI
Definition config.hh:88
#define COAL_THROW_PRETTY(message, exception)
Definition fwd.hh:64
Main namespace.
Definition broadphase_bruteforce.h:44
Eigen::Matrix< Scalar, 3, 1 > Vec3s
Definition data_types.h:70
Eigen::Matrix< Scalar, 3, 3 > Matrix3s
Definition data_types.h:74