🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
NoopShape.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
BodyShape.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
33
#ifndef SWIG
34
36
class
NoopShape
final :
public
BodyShape
37
{
38
public
:
39
double
majorAxis()
const override
{
return
0;}
40
41
void
transform(
const
Vector3d& cartesian,
GeodeticPoint
& detic)
const override
;
42
43
void
transform(
const
GeodeticPoint
& detic, Vector3d& cartesian)
const override
;
44
};
45
46
#endif
47
50
AST_NAMESPACE_END
BodyShape.hpp
~
ast::BodyShape
天体形状基类
定义
BodyShape.hpp:33
ast::GeodeticPoint
大地坐标
定义
GeodeticPoint.hpp:33
ast::NoopShape
无操作形状,用于默认占位
定义
NoopShape.hpp:37
src
AstCore
Geometry
Surface
BodyShape
NoopShape.hpp
制作者
1.12.0