mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
fixup! sfcgal: add basic operations (translate, scale, rotate, boolean)
This commit is contained in:
parent
d6f37fc919
commit
335b0c2b02
@ -398,7 +398,7 @@ class CORE_EXPORT QgsSfcgalEngine
|
|||||||
static sfcgal::shared_geom rotate2D( const sfcgal::geometry *geom, double angle, const QgsPoint ¢er, QString *errorMsg = nullptr );
|
static sfcgal::shared_geom rotate2D( const sfcgal::geometry *geom, double angle, const QgsPoint ¢er, 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 geom geometry to perform the operation
|
||||||
* \param angle rotation angle in radians
|
* \param angle rotation angle in radians
|
||||||
|
Loading…
x
Reference in New Issue
Block a user