From 35eb3df49ab2ba39b14c9627dd3bca05a0bf29fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=AF=E6=81=92?= <15487965+jingheng24073116@user.noreply.gitee.com> Date: Wed, 5 Mar 2025 08:52:34 +0000 Subject: [PATCH] update AstroLib/Include/AsCoordinate_2023.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 景恒 <15487965+jingheng24073116@user.noreply.gitee.com> --- AstroLib/Include/AsCoordinate_2023.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/AstroLib/Include/AsCoordinate_2023.h b/AstroLib/Include/AsCoordinate_2023.h index 77e8145..17b353f 100644 --- a/AstroLib/Include/AsCoordinate_2023.h +++ b/AstroLib/Include/AsCoordinate_2023.h @@ -1,2 +1,18 @@ #pragma once +#include "AsCoordinate.h" +#include "AsMath.h" +#include "AsAttitudeParam.h" + +//******************************************************************** +///柱坐标系到直角坐标系的位置速度转换 +/// @Author jingheng +/// @Date 2025/2/27 +/// @Input : +/// @Param ppolar 柱坐标系航天器位置 +/// @Param vpolar 柱坐标系航天器速度 +/// @Output : +/// @Param pcart 直角坐标系航天器位置 +/// @Param vcart 直角坐标系航天器速度 +//******************************************************************** +void AsPolarToCart(const CPolar3& ppolar, const CPolar3& vpolar, CCoord& pcart, CCoord& vcart); \ No newline at end of file -- Gitee