Changeset 318 in pacpusframework


Ignore:
Timestamp:
08/01/14 15:21:29 (10 years ago)
Author:
DHERBOMEZ Gérald
Message:

bug correction about path missing in geodesie class

Location:
branches/0.1.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.x/include/Pacpus/PacpusTools/geodesie.h

    r311 r318  
    1919#include <vector>
    2020
    21 #include "Pacpus\kernel\PacpusToolsConfig.h"
    22 
     21#include "Pacpus\PacpusTools\PacpusToolsConfig.h"
     22
     23
     24class QMatrix4x4;
     25class QVector3D;
    2326
    2427namespace Geodesie {
     
    140143/// @param[in] he0 Height of the origin in radian.
    141144void PACPUSTOOLS_API ECEF_2_ENU(double x,double y,double z,double& e,double& n,double& u,double lon0,double lat0,double he0);
     145
     146QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position);
    142147////////////////////////////////////////////////////////////////////////
    143148
  • branches/0.1.x/src/PacpusTools/src/geodesie.cpp

    r162 r318  
    99
    1010#include <fstream>
     11#include <QMatrix4x4>
    1112
    1213#ifdef _MSC_VER
Note: See TracChangeset for help on using the changeset viewer.