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

#include <GeocentricPoint.hpp>

+ 类 ast::GeocentricPoint 继承关系图:

Public 成员函数

 GeoCoordinate () noexcept
 
constexpr GeoCoordinate (double lat, double lon, double alt=0.0) noexcept
 
constexpr GeoCoordinate (const LatLonAlt &latLonAlt) noexcept
 
- Public 成员函数 继承自 ast::GeoCoordinate
constexpr GeoCoordinate (double lat, double lon, double alt=0.0) noexcept
 
constexpr GeoCoordinate (const LatLonAlt &latLonAlt) noexcept
 
constexpr const LatLonAltlatLonAlt () const noexcept
 
void setLatLonAlt (const LatLonAlt &latLonAlt) noexcept
 
double latitude () const
 
double longitude () const
 
double altitude () const
 
double & latitude ()
 
double & longitude ()
 
double & altitude ()
 
void setLatitude (double lat)
 
void setLongitude (double lon)
 
void setAltitude (double alt)
 
GeocentricPointasGeocentricPoint ()
 
GeodeticPointasGeodeticPoint ()
 
Vector3d getZenith () const
 
Vector3d getNadir () const
 
Vector3d getEast () const
 
Vector3d getWest () const
 
Vector3d getNorth () const
 
Vector3d getSouth () const
 

额外继承的成员函数

- Public 属性 继承自 ast::GeoCoordinate
LatLonAlt latLonAlt_
 

详细描述

地心坐标

地心坐标是指以天体中心为原点,以天体中心到空间中任意点的连线为坐标轴的坐标系统。 地心坐标的纬度是从地表点到天体质心的连线与赤道平面的夹角


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