mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
fixup! sfcgal: add basic operations (translate, scale, rotate, boolean)
This commit is contained in:
parent
89ba00bdf8
commit
d6f37fc919
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user