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

bug correction about path missing in geodesie class

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.