Changeset 212 in pacpusframework for trunk/include


Ignore:
Timestamp:
11/06/13 11:51:51 (11 years ago)
Author:
Marek Kurdej
Message:

Geodesie: minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/geodesie.h

    r211 r212  
    2525#include <vector>
    2626
    27 //#include <QMatrix4x4>
    28 //#include <QVector3D>
     27class QMatrix4x4;
     28class QVector3D;
    2929
    3030namespace Geodesy
     
    211211}
    212212
    213 //PACPUSTOOLS_API QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position);
     213PACPUSTOOLS_API QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position);
    214214
    215215} // namespace Geodesy
Note: See TracChangeset for help on using the changeset viewer.