🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
GroundVehicle.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstSim/Mover.hpp"
25
26
AST_NAMESPACE_BEGIN
27
34
class
AST_SIM_API
GroundVehicle
:
public
Mover
35
{
36
public
:
37
AST_OBJECT(
GroundVehicle
)
38
GroundVehicle
() =
default
;
39
~GroundVehicle
()
override
=
default
;
40
};
41
42
45
AST_NAMESPACE_END
ast::GroundVehicle
地面车辆对象
定义
GroundVehicle.hpp:35
ast::Mover
运动对象
定义
Mover.hpp:40
src
AstSim
Object
GroundVehicle.hpp
制作者
1.12.0