|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#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 LatLonAlt & | latLonAlt () 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) |
| GeocentricPoint & | asGeocentricPoint () |
| GeodeticPoint & | asGeodeticPoint () |
| Vector3d | getZenith () const |
| Vector3d | getNadir () const |
| Vector3d | getEast () const |
| Vector3d | getWest () const |
| Vector3d | getNorth () const |
| Vector3d | getSouth () const |
Public 属性 | |
| LatLonAlt | latLonAlt_ |
地理坐标