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

This commit is contained in:
bdm-oslandia 2025-07-17 15:37:48 +02:00 committed by Nyall Dawson
parent d6f37fc919
commit 335b0c2b02

View File

@ -398,7 +398,7 @@ class CORE_EXPORT QgsSfcgalEngine
static sfcgal::shared_geom rotate2D( const sfcgal::geometry *geom, double angle, const QgsPoint &center, QString *errorMsg = nullptr );
/**
* 3D Rotation of geometry \geom around axis \axisVector by angle \angle
* 3D Rotation of geometry \a geom around axis \a axisVector by angle \a angle
*
* \param geom geometry to perform the operation
* \param angle rotation angle in radians