37 #ifndef COAL_TRAVERSAL_DETAILS_TRAVERSAL_H
38 #define COAL_TRAVERSAL_DETAILS_TRAVERSAL_H
44 enum { RelativeTransformationIsIdentity = 1 };
47 template <
bool enabled>
48 struct COAL_DLLAPI RelativeTransformation {
49 RelativeTransformation() :
R(
Matrix3s::Identity()) {}
52 const Vec3s& _T()
const {
return T; }
59 struct COAL_DLLAPI RelativeTransformation<false> {
63 static const Vec3s& _T() {