38 #ifndef FCL_CCD_TRIANGLEMOTIONBOUNDVISITOR_H 39 #define FCL_CCD_TRIANGLEMOTIONBOUNDVISITOR_H 68 class TranslationMotion;
70 template <
typename,
typename>
71 struct TriangleMotionBoundVisitorVisitImpl;
74 class FCL_EXPORT TriangleMotionBoundVisitor
77 TriangleMotionBoundVisitor(
78 const Vector3<S>& a_,
const Vector3<S>& b_,
79 const Vector3<S>& c_,
const Vector3<S>& n_);
88 template <
typename,
typename>
Linear interpolation motion Each Motion is assumed to have constant linear velocity and angular veloc...
Eigen::Matrix< S, 3, 1 > Vector3
virtual S visit(const MotionBase< S > &motion) const