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