libxr
1.0
Want to be the best embedded framework
|
物体运行时状态结构体,存储物体的变换信息。 Structure storing runtime transformation data of the object. More...
#include <kinematic.hpp>
Data Fields | |
Transform< Scalar > | state |
物体的当前状态变换矩阵。 Transformation matrix of the current state. | |
Transform< Scalar > | target |
物体的目标状态变换矩阵。 Transformation matrix of the target state. | |
物体运行时状态结构体,存储物体的变换信息。 Structure storing runtime transformation data of the object.
Definition at line 200 of file kinematic.hpp.
Transform<Scalar> LibXR::Kinematic::Object< Scalar >::Runtime::state |
物体的当前状态变换矩阵。 Transformation matrix of the current state.
Definition at line 203 of file kinematic.hpp.
Transform<Scalar> LibXR::Kinematic::Object< Scalar >::Runtime::target |
物体的目标状态变换矩阵。 Transformation matrix of the target state.
Definition at line 205 of file kinematic.hpp.