Changeset 318 in pacpusframework for branches/0.1.x/include/Pacpus
- Timestamp:
- Aug 1, 2014, 3:21:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.1.x/include/Pacpus/PacpusTools/geodesie.h
r311 r318 19 19 #include <vector> 20 20 21 #include "Pacpus\kernel\PacpusToolsConfig.h" 22 21 #include "Pacpus\PacpusTools\PacpusToolsConfig.h" 22 23 24 class QMatrix4x4; 25 class QVector3D; 23 26 24 27 namespace Geodesie { … … 140 143 /// @param[in] he0 Height of the origin in radian. 141 144 void PACPUSTOOLS_API ECEF_2_ENU(double x,double y,double z,double& e,double& n,double& u,double lon0,double lat0,double he0); 145 146 QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position); 142 147 //////////////////////////////////////////////////////////////////////// 143 148
Note:
See TracChangeset
for help on using the changeset viewer.