From 1d711673c222472beb7a649be9a5803e5c7c9230 Mon Sep 17 00:00:00 2001 From: tianlei12 <2771190571@qq.com> Date: Mon, 10 Mar 2025 00:07:25 +0000 Subject: [PATCH] update AstroLib/Include/AsAttitudeParam.h. Signed-off-by: tianlei12 <2771190571@qq.com> --- AstroLib/Include/AsAttitudeParam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AstroLib/Include/AsAttitudeParam.h b/AstroLib/Include/AsAttitudeParam.h index b199c9e..fa9da2b 100644 --- a/AstroLib/Include/AsAttitudeParam.h +++ b/AstroLib/Include/AsAttitudeParam.h @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////// // // // Copyright (c) 2003-2008 // // Wang Hua // @@ -406,3 +406,4 @@ inline const CEuler AsRadToDeg(CEuler rad) #endif // !defined(_ASATTITUDEPARAM_H_) +void AsQuatToEuler312(const CQuaternion& quat, CEuler& euler); \ No newline at end of file -- Gitee