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);
89AST_CORE_CAPI errc_t
aFrameToVNCMatrix(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Matrix3d& matrix);
96AST_CORE_CAPI errc_t
aFrameToVNCTransform(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Rotation& rotation);
103AST_CORE_CAPI errc_t
aVNCToFrameMatrix(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Matrix3d& matrix);
110AST_CORE_CAPI errc_t
aVNCToFrameTransform(
const Vector3d& posInFrame,
const Vector3d& velInFrame, Rotation& rotation);
errc_t aFrameToVNCMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置向量所在坐标系到ENU坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:89
errc_t aFrameToVNCTransform(const Vector3d &posInFrame, const Vector3d &velInFrame, Rotation &rotation)
计算位置和速度向量所在坐标系到VNC坐标系的旋转变换
定义 LocalOrbitFrame.cpp:108
errc_t aLVLHToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算LVLH坐标系到位置和速度向量所在坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:81
errc_t aVNCToFrameTransform(const Vector3d &posInFrame, const Vector3d &velInFrame, Rotation &rotation)
计算VNC坐标系到位置和速度向量所在坐标系的旋转变换
定义 LocalOrbitFrame.cpp:120
errc_t aVNCToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算VNC坐标系到位置和速度向量所在坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:113
errc_t aVVLHToFrameMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算VVLH坐标系到位置和速度向量所在坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:53
errc_t aFrameToVVLHMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置和速度向量所在坐标系到VVLH坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:30
errc_t aFrameToLVLHMatrix(const Vector3d &posInFrame, const Vector3d &velInFrame, Matrix3d &matrix)
计算位置和速度向量所在坐标系到LVLH坐标系的转换矩阵
定义 LocalOrbitFrame.cpp:60