47AST_CORE_CAPI errc_t
aFrameToVVLHMatrix(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Matrix3d& matrix);
54AST_CORE_CAPI errc_t
aVVLHToFrameMatrix(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Matrix3d& matrix);
61AST_CORE_CAPI errc_t
aFrameToLVLHMatrix(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Matrix3d& matrix);
68AST_CORE_CAPI errc_t
aLVLHToFrameMatrix(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Matrix3d& matrix);
AST_CORE_CAPI errc_t aFrameToENUMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置向量所在坐标系到ENU坐标系的转换矩阵
errc_t aFrameToVNCMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置和速度向量所在坐标系到VNC坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:86
errc_t aLVLHToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算LVLH坐标系到位置和速度向量所在坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:78
errc_t aVNCToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算VNC坐标系到位置和速度向量所在坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:105
errc_t aVVLHToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算VVLH坐标系到位置和速度向量所在坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:50
errc_t aFrameToVVLHMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置和速度向量所在坐标系到VVLH坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:27
AST_CORE_CAPI errc_t aENUToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算ENU坐标系到位置和速度向量所在坐标系的转换矩阵
errc_t aFrameToLVLHMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置和速度向量所在坐标系到LVLH坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:57