16#ifndef QGSGEOTRANSFORM_H
17#define QGSGEOTRANSFORM_H
34#include <Qt3DCore/QTransform>
42class QgsGeoTransform :
public Qt3DCore::QTransform
46 explicit QgsGeoTransform( Qt3DCore::QNode *parent =
nullptr );
49 void setGeoTranslation(
const QgsVector3D &translation );
52 void setOrigin(
const QgsVector3D &origin );
55 QgsVector3D mTranslation;