Changeset 318 in pacpusframework
- Timestamp:
- Aug 1, 2014, 3:21:29 PM (10 years ago)
- Location:
- branches/0.1.x
- Files:
-
- 2 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 -
branches/0.1.x/src/PacpusTools/src/geodesie.cpp
r162 r318 9 9 10 10 #include <fstream> 11 #include <QMatrix4x4> 11 12 12 13 #ifdef _MSC_VER
Note:
See TracChangeset
for help on using the changeset viewer.