🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
MotionTwoBodySax.hpp
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "MotionOrbitDynamicsKeplerianSax.hpp"
25
#include "AstSim/MotionTwoBody.hpp"
26
27
AST_NAMESPACE_BEGIN
28
34
class
AST_LOADER_API
MotionTwoBodySax
:
public
MotionOrbitDynamicsKeplerianSax
35
{
36
public
:
37
using
MotionOrbitDynamicsKeplerianSax::MotionOrbitDynamicsKeplerianSax;
38
MotionOrbitDynamics
* newMotionOrbitDynamics()
override
{
39
return
new
MotionTwoBody
();
40
}
41
};
42
43
46
AST_NAMESPACE_END
ast::MotionOrbitDynamicsKeplerianSax
定义
MotionOrbitDynamicsKeplerianSax.hpp:34
ast::MotionOrbitDynamics
轨道动力学基础运动模型数据结构
定义
MotionOrbitDynamics.hpp:44
ast::MotionTwoBodySax
定义
MotionTwoBodySax.hpp:35
ast::MotionTwoBody
二体问题轨道动力学模型
定义
MotionTwoBody.hpp:44
src
AstLoader
Sim
MotionTwoBodySax.hpp
制作者
1.12.0