33class KinematicRotation;
43 const Vector3d& posInEarthICRF,
44 Vector3d& posInMoonICRF
58 const Vector3d& posInEarthICRF,
59 const Vector3d& velInEarthICRF,
60 Vector3d& posInMoonICRF,
61 Vector3d& velInMoonICRF
运动学坐标系旋转
定义 KinematicRotation.hpp:32
绝对时间点
定义 TimePoint.hpp:106
errc_t aMoonPAToMeanEarthTransform(Rotation &rotation)
计算月球主轴系(PA)到月球MeanEarth系的转换
定义 MoonFrame.cpp:61
errc_t aICRFToMoonPrincipalAxesTransform(const TimePoint &tp, Rotation &rotation)
计算ICRF到月球主轴系(PA)的转换
定义 MoonFrame.cpp:51
void aMoonPA418ToMeanEarthTransform(Rotation &rotation)
计算月球主轴系(PA418)到月球MeanEarth系的转换
定义 MoonFrame.cpp:98
errc_t aICRFToMoonMeanEarthTransform(const TimePoint &tp, Rotation &rotation)
计算月球ICRF坐标系到月球MeanEarth系的转换(默认为DE实现)
定义 MoonFrame.cpp:122
void aMoonPA421ToMeanEarthTransform(Rotation &rotation)
计算月球主轴系(PA421)到月球MeanEarth系的转换
定义 MoonFrame.cpp:92
errc_t aEarthICRFToMoonICRF(const TimePoint &tp, const Vector3d &posInEarthICRF, Vector3d &posInMoonICRF)
计算地球ICRF坐标系到月球ICRF坐标系的转换
定义 MoonFrame.cpp:34
AST_CORE_CAPI errc_t aICRFToMoonMeanEarthTransform_IAU(const TimePoint &tp, Rotation &rotation)
计算月球ICRF坐标系到月球MeanEarth系的转换(依赖IAU旋转系数)
void aMoonPA430ToMeanEarthTransform(Rotation &rotation)
计算月球主轴系(PA430)到月球MeanEarth系的转换
定义 MoonFrame.cpp:86
void aMoonPA403ToMeanEarthTransform(Rotation &rotation)
计算月球主轴系(PA403)到月球MeanEarth系的转换
定义 MoonFrame.cpp:104
errc_t aICRFToMoonMeanEarthTransform_DE(const TimePoint &tp, Rotation &rotation)
计算月球ICRF坐标系到月球MeanEarth系的转换(依赖DE星历)
定义 MoonFrame.cpp:110