🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::CartState类 参考

#include <OrbitElement.hpp>

Public 成员函数

const Vector3d & pos () const
 
Vector3d & pos ()
 
const Vector3d & vel () const
 
Vector3d & vel ()
 
double & x ()
 
double & y ()
 
double & z ()
 
double & vx ()
 
double & vy ()
 
double & vz ()
 
double x () const
 
double y () const
 
double z () const
 
double vx () const
 
double vy () const
 
double vz () const
 

静态 Public 成员函数

static CartState Zero ()
 

Public 属性

Vector3d pos_
 
Vector3d vel_
 

详细描述

直角坐标

成员函数说明

◆ pos()

const Vector3d & ast::CartState::pos ( ) const
inline

获取位置

返回
位置

◆ vel()

const Vector3d & ast::CartState::vel ( ) const
inline

获取速度

返回
速度

◆ Zero()

static CartState ast::CartState::Zero ( )
inlinestatic

获取零状态

返回
零状态

该类的文档由以下文件生成: