Go to the source code of this file.
|
template<typename Scalar , int Options, typename MotionIn > |
MotionIn::MotionPlain | pinocchio::changeReferenceFrame (const SE3Tpl< Scalar, Options > &placement, const MotionDense< MotionIn > &m_in, const ReferenceFrame rf_in, const ReferenceFrame rf_out) |
|
template<typename Scalar , int Options, typename MotionIn , typename MotionOut > |
void | pinocchio::changeReferenceFrame (const SE3Tpl< Scalar, Options > &placement, const MotionDense< MotionIn > &m_in, const ReferenceFrame rf_in, const ReferenceFrame rf_out, MotionDense< MotionOut > &m_out) |
|