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

#include <GeodeticPoint.hpp>

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

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_
 

详细描述

大地坐标

大地坐标是指以天体表面为参考椭球,以大地纬度、经度、高度为坐标的坐标系统。 大地坐标的纬度是地表某点的法线(垂直于地球表面)与赤道平面的夹角


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