🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
AxesBodyRelated.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstCore/Axes.hpp"
25
26
AST_NAMESPACE_BEGIN
27
32
class
CelestialBody;
33
class
BodyOrientation;
34
36
class
AST_CORE_API
AxesBodyRelated
:
public
Axes
37
{
38
public
:
39
AxesBodyRelated
(
CelestialBody
* body);
40
~AxesBodyRelated
()
override
=
default
;
41
protected
:
43
BodyOrientation
* getBodyOrientation()
const
;
44
protected
:
45
CelestialBody
*
body_
;
46
};
47
50
AST_NAMESPACE_END
ast::AxesBodyRelated
天体相关的轴系
定义
AxesBodyRelated.hpp:37
ast::AxesBodyRelated::body_
CelestialBody * body_
天体
定义
AxesBodyRelated.hpp:45
ast::Axes
轴系类
定义
Axes.hpp:69
ast::BodyOrientation
天体姿态/指向
定义
BodyOrientation.hpp:38
ast::CelestialBody
天体
定义
CelestialBody.hpp:52
src
AstCore
Coordinate
Axes
AxesBodyRelated.hpp
制作者
1.12.0