A_ALWAYS_INLINE GeodeticPoint transform(const Vector3d &cartesian) const
将笛卡尔坐标(天体固连系)转换为大地坐标
定义 BodyShape.hpp:54
virtual void transform(const GeodeticPoint &detic, Vector3d &cartesian) const =0
将大地坐标转换为笛卡尔坐标(天体固连系)
A_ALWAYS_INLINE Vector3d transform(const GeodeticPoint &point) const
将大地坐标转换为笛卡尔坐标(天体固连系)
定义 BodyShape.hpp:64
virtual void transform(const Vector3d &cartesian, GeodeticPoint &detic) const =0
将笛卡尔坐标(天体固连系)转换为大地坐标