16#ifndef QGSGEOTRANSFORM_H
17#define QGSGEOTRANSFORM_H
34#include <Qt3DCore/QTransform>
44class _3D_EXPORT QgsGeoTransform :
public Qt3DCore::QTransform
48 explicit QgsGeoTransform( Qt3DCore::QNode *parent =
nullptr );
51 void setGeoTranslation(
const QgsVector3D &translation );
54 void setOrigin(
const QgsVector3D &origin );
57 QgsVector3D mTranslation;