Changeset 99 in pacpusframework for branches/2.0-beta1/include


Ignore:
Timestamp:
May 28, 2013, 5:55:14 PM (12 years ago)
Author:
morasjul
Message:

Add function Geodesie::yprenuToMatrix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/2.0-beta1/include/Pacpus/PacpusTools/geodesie.h

    r89 r99  
    1818#include <iostream>
    1919#include <vector>
     20
     21#include <QMatrix4x4>
     22#include <QVector3D>
    2023
    2124namespace Geodesie {
     
    204207}
    205208
     209QMatrix4x4 yprenuToMatrix(QVector3D angle, QVector3D position);
     210
    206211} // namespace Geodesie
    207212
Note: See TracChangeset for help on using the changeset viewer.