31 inline const
Eigen::Matrix3d & orientation()
const {
return ori_; }
34 inline void orientation(
const Eigen::Matrix3d & ori) { ori_ = ori; }
#define SET_UPDATES(SelfT,...)
Definition: AbstractNode.h:138
#define TVM_DLLAPI
Definition: api.h:35
Definition: Function.h:45
Definition: OrientationFunction.h:16
void orientation(const Eigen::Matrix3d &ori)
Definition: OrientationFunction.h:34
Eigen::Matrix3d ori_
Definition: OrientationFunction.h:45
FramePtr frame_
Definition: OrientationFunction.h:42
void updateNormalAcceleration()
Definition: AffineExprDetail.h:95
std::shared_ptr< Frame > FramePtr
Definition: Frame.h:99