🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
EllipsoidShape.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
BodyShape.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
29
class
EllipsoidShape
:
public
BodyShape
30
{
31
public
:
32
33
PROPERTIES:
34
length_d majorAxis_;
35
length_d
middleAxis_
;
36
length_d
minorAxis_
;
37
};
38
39
AST_NAMESPACE_END
BodyShape.hpp
~
ast::BodyShape
天体形状基类
定义
BodyShape.hpp:30
ast::EllipsoidShape
椭球体形状
定义
EllipsoidShape.hpp:30
ast::EllipsoidShape::middleAxis_
length_d middleAxis_
中轴长度
定义
EllipsoidShape.hpp:35
ast::EllipsoidShape::minorAxis_
length_d minorAxis_
短轴长度
定义
EllipsoidShape.hpp:36
src
AstCore
Geometry
Surface
BodyShape
EllipsoidShape.hpp
制作者
1.12.0