From d6f37fc9192b036c07021abb20a796d44703bf4d Mon Sep 17 00:00:00 2001 From: bdm-oslandia Date: Thu, 17 Jul 2025 15:34:55 +0200 Subject: [PATCH] fixup! sfcgal: add basic operations (translate, scale, rotate, boolean) --- src/core/geometry/qgssfcgalgeometry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/geometry/qgssfcgalgeometry.h b/src/core/geometry/qgssfcgalgeometry.h index 144db37724d..5d54e0178a6 100644 --- a/src/core/geometry/qgssfcgalgeometry.h +++ b/src/core/geometry/qgssfcgalgeometry.h @@ -140,7 +140,7 @@ class CORE_EXPORT QgsSfcgalGeometry QgsSfcgalGeometry *scale( const QgsPoint &scaleFactor, const QgsPoint ¢er = 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 ¢er, 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