fixup! sfcgal: add basic operations (translate, scale, rotate, boolean)

This commit is contained in:
bdm-oslandia 2025-07-17 15:34:55 +02:00 committed by Nyall Dawson
parent 89ba00bdf8
commit d6f37fc919

View File

@ -140,7 +140,7 @@ class CORE_EXPORT QgsSfcgalGeometry
QgsSfcgalGeometry *scale( const QgsPoint &scaleFactor, const QgsPoint &center = QgsPoint(), QString *errorMsg = nullptr ) const;
/**
* 2D Rotate this geometry around point \center by angle \angle
* 2D Rotate this geometry around point \a center by angle \a angle
*
* \param angle rotation angle in radians
* \param center rotation center
@ -149,7 +149,7 @@ class CORE_EXPORT QgsSfcgalGeometry
QgsSfcgalGeometry *rotate2D( double angle, const QgsPoint &center, QString *errorMsg = nullptr ) const;
/**
* 3D Rotate this geometry around axis \axisVector by angle \angle
* 3D Rotate this geometry around axis \a axisVector by angle \a angle
*
* \param geom geometry to perform the operation
* \param angle rotation angle in radians