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

#include <GeoCoordinate.hpp>

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

Public 成员函数

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 属性

LatLonAlt latLonAlt_
 

详细描述

地理坐标


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