16#ifndef QGSGEOTRANSFORM_H
17#define QGSGEOTRANSFORM_H
33#include <Qt3DCore/QTransform>
43class QgsGeoTransform :
public Qt3DCore::QTransform
47 explicit QgsGeoTransform( Qt3DCore::QNode *parent =
nullptr );
50 void setGeoTranslation(
const QgsVector3D &translation );
53 void setOrigin(
const QgsVector3D &origin );
56 QgsVector3D mTranslation;