纬度、经度、高度坐标
定义 LatLonAlt.hpp:30
void setLatitude(double lat)
设置纬度
定义 LatLonAlt.hpp:45
double & latitude()
设置纬度
定义 LatLonAlt.hpp:39
length_d alt_
高度
定义 LatLonAlt.hpp:54
double altitude() const
获取高度
定义 LatLonAlt.hpp:37
double longitude() const
获取经度
定义 LatLonAlt.hpp:35
angle_d lon_
经度
定义 LatLonAlt.hpp:53
void setAltitude(double alt)
设置高度
定义 LatLonAlt.hpp:49
double & longitude()
设置经度
定义 LatLonAlt.hpp:41
void setLongitude(double lon)
设置经度
定义 LatLonAlt.hpp:47
double latitude() const
获取纬度
定义 LatLonAlt.hpp:33
double & altitude()
设置高度
定义 LatLonAlt.hpp:43