|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include "AstGlobal.h"#include "AstCore/GeodeticPoint.hpp"#include "AstMath/Vector.hpp"命名空间 | |
| namespace | ast |
函数 | |
| void | ast::aGeodeticToNEDTransform (const GeodeticPoint &origin, Rotation &rot) |
| void | ast::aGeodeticToENUTransform (const GeodeticPoint &origin, Rotation &rot) |
| void | ast::aGeodeticToBodyFixed (const GeodeticPoint &point, Vector3d &bodyFixed, double radius, double flatFact) |
| void | ast::aBodyFixedToGeodetic (const Vector3d &bodyFixed, GeodeticPoint &point, double radius, double flatFact) |
| void | ast::aGeodeticToBodyFixed (const GeodeticPoint &point, Vector3d &bodyFixed, double radius) |
| void | ast::aBodyFixedToGeodetic (const Vector3d &bodyFixed, GeodeticPoint &point, double radius) |
| void | ast::aGeodeticToBodyFixed (const GeodeticPoint &point, Vector3d &bodyFixed, double xRadius, double yRadius, double zRadius) |
| void | ast::aBodyFixedToGeodetic (const Vector3d &bodyFixed, GeodeticPoint &point, double xRadius, double yRadius, double zRadius) |
| void | ast::aGeodeticToNED (const Vector3d &posInBodyFixed, const GeodeticPoint &origin, Vector3d &ned, BodyShape *bodyShape) |
| void | ast::aGeodeticToNED (const GeodeticPoint &point, const GeodeticPoint &origin, Vector3d &ned, BodyShape *bodyShape) |
| void | ast::aNEDToGeodetic (const Vector3d &ned, const GeodeticPoint &origin, GeodeticPoint &point, BodyShape *bodyShape) |
| void | ast::aGeodeticToENU (const Vector3d &posInBodyFixed, const GeodeticPoint &origin, Vector3d &enu, BodyShape *bodyShape) |
| void | ast::aGeodeticToENU (const GeodeticPoint &point, const GeodeticPoint &origin, Vector3d &enu, BodyShape *bodyShape) |
| void | ast::aENUToGeodetic (const Vector3d &enu, const GeodeticPoint &origin, GeodeticPoint &point, BodyShape *bodyShape) |
| A_ALWAYS_INLINE Vector3d | ast::lla2ned (const GeodeticPoint &lla, const GeodeticPoint &lla0, BodyShape *bodyShape) |
| A_ALWAYS_INLINE GeodeticPoint | ast::ned2lla (const Vector3d &ned, const GeodeticPoint &lla0, BodyShape *bodyShape) |
| A_ALWAYS_INLINE Vector3d | ast::lla2enu (const GeodeticPoint &lla, const GeodeticPoint &lla0, BodyShape *bodyShape) |
| A_ALWAYS_INLINE GeodeticPoint | ast::enu2lla (const Vector3d &enu, const GeodeticPoint &lla0, BodyShape *bodyShape) |
局部水平坐标转换
提供大地坐标到NED坐标、ENU坐标转换函数
SpaceAST项目(https://github.com/space-ast/ast) 本软件基于 Apache 2.0 开源许可证分发。 您可在遵守许可证条款的前提下使用、修改和分发本软件。 许可证全文请见:
http://www.apache.org/licenses/LICENSE-2.0
重要须知: 软件按"现有状态"提供,无任何明示或暗示的担保条件。 除非法律要求或书面同意,作者与贡献者不承担任何责任。 使用本软件所产生的风险,需由您自行承担。