38 #ifndef FCL_CCD_MOTION_BASE_INL_H 39 #define FCL_CCD_MOTION_BASE_INL_H 101 template <
typename S>
106 T = tf.translation();
110 template <
typename S>
Eigen::Quaternion< S > Quaternion
void getCurrentRotation(Matrix3< S > &R) const
Eigen::Transform< S, 3, Eigen::Isometry > Transform3
Eigen::Matrix< S, 3, 3 > Matrix3
Eigen::Matrix< S, 3, 1 > Vector3
template class FCL_EXPORT MotionBase< double >
const std::shared_ptr< TimeInterval< S > > & getTimeInterval() const
void getCurrentTranslation(Vector3< S > &T) const
void getCurrentTransform(Matrix3< S > &R, Vector3< S > &T) const
Get the rotation and translation in current step.
std::shared_ptr< TimeInterval< S > > time_interval_