Changeset 212 in pacpusframework for trunk/include/Pacpus/PacpusTools
- Timestamp:
- Nov 6, 2013, 11:51:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/geodesie.h
r211 r212 25 25 #include <vector> 26 26 27 //#include <QMatrix4x4> 28 //#include <QVector3D> 27 class QMatrix4x4; 28 class QVector3D; 29 29 30 30 namespace Geodesy … … 211 211 } 212 212 213 //PACPUSTOOLS_API QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position);213 PACPUSTOOLS_API QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position); 214 214 215 215 } // namespace Geodesy
Note:
See TracChangeset
for help on using the changeset viewer.