From 21e3e0e2a95f544f351741eddcde8bc52f2e8250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A2=93=E8=B1=AA?= <15518126+pengzihao77@user.noreply.gitee.com> Date: Sat, 29 Mar 2025 03:26:47 +0000 Subject: [PATCH] =?UTF-8?q?update=20AstroLib/Include/AsCoordSystem=5F2023.?= =?UTF-8?q?h.=20=E5=A2=9E=E5=8A=A0=E4=BA=86AsICSToLVLHMtx=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 彭梓豪 <15518126+pengzihao77@user.noreply.gitee.com> --- AstroLib/Include/AsCoordSystem_2023.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/AstroLib/Include/AsCoordSystem_2023.h b/AstroLib/Include/AsCoordSystem_2023.h index dc3cfff..ef63aed 100644 --- a/AstroLib/Include/AsCoordSystem_2023.h +++ b/AstroLib/Include/AsCoordSystem_2023.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include"AsCoordinate.h" @@ -108,4 +108,18 @@ void AsCBFToLCMtx1( double LA, double lambda, double phi, - CMatrix& mtx); \ No newline at end of file + CMatrix& mtx); + + +//******************************************************************** +/// J2000到VNC的坐标转换矩阵 +/// @Author Peng Zihao +/// @Date 2025/3/2 +/// @Input : +/// @Param pos 位置 +/// @Param vel 速度 +/// @Output : +/// @Param mtx ICS到VNC的坐标转换矩阵 +/// @Return true=成功; false=输入错误 +//******************************************************************** +void AsICSToVNCMtx(const CCoord3& pos, const CCoord3& vel, CMatrix & mtx); \ No newline at end of file -- Gitee