Changeset 99 in pacpusframework for branches/2.0-beta1/include/Pacpus/PacpusTools
- Timestamp:
- May 28, 2013, 5:55:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/PacpusTools/geodesie.h
r89 r99 18 18 #include <iostream> 19 19 #include <vector> 20 21 #include <QMatrix4x4> 22 #include <QVector3D> 20 23 21 24 namespace Geodesie { … … 204 207 } 205 208 209 QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position); 210 206 211 } // namespace Geodesie 207 212
Note:
See TracChangeset
for help on using the changeset viewer.