🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
AxesBodyInertial.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstCore/AxesBodyRelated.hpp"
25
26
AST_NAMESPACE_BEGIN
27
33
class
CelestialBody;
34
class
BodyOrientation;
35
class
AxesBodyInertial;
36
using
PAxesBodyInertial = AxesBodyInertial*;
37
using
HAxesBodyInertial = SharedPtr<AxesBodyInertial>;
38
39
41
class
AxesBodyInertial
:
public
AxesBodyRelated
42
{
43
public
:
44
static
PAxesBodyInertial
New(
CelestialBody
* body);
45
static
HAxesBodyInertial
NewShared(
CelestialBody
* body);
46
47
using
AxesBodyRelated::AxesBodyRelated;
48
Axes
* getParent()
const override
;
49
errc_t getTransform(
const
TimePoint
& tp,
Rotation
& rotation)
const override
;
50
errc_t getTransform(
const
TimePoint
& tp,
KinematicRotation
& rotation)
const override
;
51
};
52
55
AST_NAMESPACE_END
ast::AxesBodyInertial
天体惯性轴系
定义
AxesBodyInertial.hpp:42
ast::AxesBodyRelated
天体相关的轴系
定义
AxesBodyRelated.hpp:37
ast::Axes
轴系类
定义
Axes.hpp:69
ast::CelestialBody
天体
定义
CelestialBody.hpp:52
ast::KinematicRotation
运动学坐标系旋转
定义
KinematicRotation.hpp:32
ast::Rotation
坐标系旋转类
定义
Rotation.hpp:39
ast::SharedPtr
共享指针
定义
SharedPtr.hpp:33
ast::TimePoint
绝对时间点
定义
TimePoint.hpp:106
src
AstCore
Coordinate
Axes
AxesBodyInertial.hpp
制作者
1.12.0