24#include "AstCore/Axes.hpp"
25#include "AstUtil/Object.hpp"
26#include "AstUtil/StringView.hpp"
52 std::string objectType_;
virtual Axes * getParent() const =0
获取当前轴系的父轴系
virtual errc_t getTransform(const TimePoint &tp, Rotation &rotation) const =0
获取当前轴系相对于父轴系的旋转信息
运动学坐标系旋转
定义 KinematicRotation.hpp:32
对象基类,继承自该类的对象可以使用运行时类型信息相关功能,实现强弱引用计数、运行时元信息(属性访问、序列化等)等基础功能
定义 Object.hpp:86
绝对时间点
定义 TimePoint.hpp:106